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 0fcaa4b commit f609b9fCopy full SHA for f609b9f
astroquery/cosmosim/tests/test_cosmosim_remote.py
@@ -15,7 +15,7 @@
15
COSMOSIM_IMPORTED = False
16
from ...exceptions import LoginError
17
18
-SKIP_TESTS = not(HAS_KEYRING and ESO_IMPORTED)
+SKIP_TESTS = not(HAS_KEYRING and COSMOSIM_IMPORTED)
19
20
#@pytest.mark.skipif('SKIP_TESTS')
21
#@remote_data
0 commit comments