Skip to content

Commit eeb56f2

Browse files
committed
ignore warning we added
1 parent 753988c commit eeb56f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ filterwarnings =
5252
# Remove along with astropy-helpers, once we switch to a new versioning scheme
5353
ignore:Use setlocale:DeprecationWarning
5454
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
5557
# These are temporary measures, all of these should be fixed:
5658
# -----------------------------------------------------------
5759
ignore:distutils Version classes are deprecated:DeprecationWarning

0 commit comments

Comments
 (0)