Skip to content

Commit

Permalink
Remove unneeded and broken function
Browse files Browse the repository at this point in the history
since commit 4c7d680 .
  • Loading branch information
nsoranzo committed Mar 6, 2024
1 parent 532f141 commit 0315ab9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0315ab9

Please sign in to comment.