Skip to content

Commit c50bbc4

Browse files
committed
TST: Continue to ignore astropy deprecation warnings
1 parent a35a954 commit c50bbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
pass
5151

5252
# ignoring pyvo can be removed once we require >0.9.3
53-
enable_deprecations_as_exceptions(warnings_to_ignore_entire_module=['pyregion'],
53+
enable_deprecations_as_exceptions(include_astropy_deprecations=False,
54+
warnings_to_ignore_entire_module=['pyregion'],
5455
modules_to_ignore_on_import=['pyvo'])
5556

5657
# add '_testrun' to the version name so that the user-agent indicates that

0 commit comments

Comments
 (0)