From c6325ff12256e5de6dc9a4e22e96e20e7ba40937 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 5 Jun 2024 16:21:57 +0200 Subject: [PATCH] Prune only before starting yourself ? --- integration-tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index b7b9bba9..3f89090a 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -489,7 +489,6 @@ def launcher(event_loop): try: container.stop() container.wait() - client.containers.prune() except NotFound: pass