From 1bc3ff2d18222864b1c807e3925fbbedbeb61df0 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 23 Jan 2024 13:36:52 +0000 Subject: [PATCH] fixup! Tweaks to improve test coverage --- conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conftest.py b/conftest.py index 83886771d..d6c72fd54 100644 --- a/conftest.py +++ b/conftest.py @@ -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'