Skip to content

Commit

Permalink
chore: run pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 13, 2025
1 parent 1bc7c3f commit 18a8795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_3dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ def test_3dep_3857():
assert src.shape == (371, 293)
shutil.rmtree("data_3857", ignore_errors=True)


@pytest.fixture(scope="session", autouse=True)
def cleanup_after_all_tests():
"""Run cleanup logic at the end of the entire test session."""
yield # All tests run before this point
_cleanup_pools()
_cleanup_pools()

0 comments on commit 18a8795

Please sign in to comment.