diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index a11bf781..b7b9bba9 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -436,6 +436,7 @@ def launcher(event_loop): container = client.containers.get(container_name) container.stop() container.wait() + client.containers.prune() except NotFound: pass @@ -488,6 +489,7 @@ def launcher(event_loop): try: container.stop() container.wait() + client.containers.prune() except NotFound: pass