Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93809ab

Browse files
authored
remove mount of persistence entrypoint (localstack#9588)
1 parent ccb9552 commit 93809ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎localstack/dev/run/configurators.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,6 @@ def __call__(self, cfg: ContainerConfiguration):
143143
# postgresql-proxy code if available
144144
self.try_mount_to_site_packages(cfg, self.host_paths.postgresql_proxy / "postgresql_proxy")
145145

146-
# persistence plugin
147-
self.try_mount_to_site_packages(
148-
cfg,
149-
self.host_paths.workspace_dir
150-
/ "localstack-plugin-persistence"
151-
/ "localstack_persistence",
152-
)
153-
154146
# plux
155147
self.try_mount_to_site_packages(cfg, self.host_paths.workspace_dir / "plux" / "plugin")
156148

0 commit comments

Comments
 (0)