Skip to content

Commit

Permalink
fixup! Tweaks to improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 23, 2024
1 parent fd10895 commit 1bc3ff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ def pytest_configure(config):
# pre-cache the IERS file for astropy to prevent downloads
# which will cause errors with remote_data off
from astropy.utils.iers import IERS_Auto; IERS_Auto.open()

os.environ['IS_TEST_ENV'] = 'True'

0 comments on commit 1bc3ff2

Please sign in to comment.