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 e46514d commit ff0553dCopy full SHA for ff0553d
astroquery/conftest.py
@@ -25,9 +25,9 @@
25
except (NameError, KeyError):
26
pass
27
28
-## Uncomment the following line to treat all DeprecationWarnings as
29
-## exceptions
30
-# enable_deprecations_as_exceptions()
+# Uncomment the following line to treat all DeprecationWarnings as
+# exceptions
+enable_deprecations_as_exceptions()
31
32
33
# This is to figure out the affiliated package version, rather than
0 commit comments