From bb848bfc1b91cb2eae9fb2c42055f7b26be8a563 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 5 Mar 2024 13:48:48 +0000 Subject: [PATCH] Remove unneeded and broken function since commit 4c7d6805e7d3b99b6c7348450d117a617542df96 . --- test/integration/conftest.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/integration/conftest.py b/test/integration/conftest.py index f450af85511f..3a0619d076cf 100644 --- a/test/integration/conftest.py +++ b/test/integration/conftest.py @@ -10,17 +10,6 @@ def celery_includes(): return ["galaxy.celery.tasks"] -def pytest_collection_finish(session): - try: - # This needs to be run after test collection - from .test_config_defaults import DRIVER - - DRIVER.tear_down() - print("Galaxy test driver shutdown successful") - except Exception: - pass - - @pytest.fixture def temp_file(): with tempfile.NamedTemporaryFile(delete=True, mode="wb") as fh: