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 a35a954 commit c50bbc4Copy full SHA for c50bbc4
astroquery/conftest.py
@@ -50,7 +50,8 @@
50
pass
51
52
# ignoring pyvo can be removed once we require >0.9.3
53
-enable_deprecations_as_exceptions(warnings_to_ignore_entire_module=['pyregion'],
+enable_deprecations_as_exceptions(include_astropy_deprecations=False,
54
+ warnings_to_ignore_entire_module=['pyregion'],
55
modules_to_ignore_on_import=['pyvo'])
56
57
# add '_testrun' to the version name so that the user-agent indicates that
0 commit comments