Skip to content

Commit 3667dac

Browse files
committed
Fix conftest
1 parent 482144b commit 3667dac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ def pytest_configure(config):
1919
# keyring doesn't provide __version__ any more
2020
# PYTEST_HEADER_MODULES['keyring'] = 'keyring'
2121

22-
del PYTEST_HEADER_MODULES['h5py']
23-
del PYTEST_HEADER_MODULES['Scipy']
24-
del PYTEST_HEADER_MODULES['Pandas']
25-
2622
# add '_testrun' to the version name so that the user-agent indicates that
2723
# it's being run in a test
2824
from astroquery import version

0 commit comments

Comments
 (0)