We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482144b commit 3667dacCopy full SHA for 3667dac
conftest.py
@@ -19,10 +19,6 @@ def pytest_configure(config):
19
# keyring doesn't provide __version__ any more
20
# PYTEST_HEADER_MODULES['keyring'] = 'keyring'
21
22
- del PYTEST_HEADER_MODULES['h5py']
23
- del PYTEST_HEADER_MODULES['Scipy']
24
- del PYTEST_HEADER_MODULES['Pandas']
25
-
26
# add '_testrun' to the version name so that the user-agent indicates that
27
# it's being run in a test
28
from astroquery import version
0 commit comments