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 8beff26 commit c76cde1Copy full SHA for c76cde1
astroquery/vamdc/tests/test_vamdc_remote.py
@@ -28,4 +28,4 @@ def test_query_molecule(self):
28
29
def test_deprecation():
30
with pytest.warns(AstropyDeprecationWarning):
31
- vamdc.Vamdc()
+ vamdc.Vamdc(doimport=False)
0 commit comments