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 753988c commit eeb56f2Copy full SHA for eeb56f2
setup.cfg
@@ -52,6 +52,8 @@ filterwarnings =
52
# Remove along with astropy-helpers, once we switch to a new versioning scheme
53
ignore:Use setlocale:DeprecationWarning
54
ignore: 'locale.getdefaultlocale' is deprecated and slated for removal:DeprecationWarning
55
+# Ignore astroquery's own module reorganization deprecation warnings during testing
56
+ ignore:Importing from 'astroquery.jplspec' is deprecated:DeprecationWarning
57
# These are temporary measures, all of these should be fixed:
58
# -----------------------------------------------------------
59
ignore:distutils Version classes are deprecated:DeprecationWarning
0 commit comments