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 d9a31e6 commit 6d1dd20Copy full SHA for 6d1dd20
setup.cfg
@@ -57,6 +57,8 @@ filterwarnings =
57
# Upstream, remove when fixed, PRs have been opened
58
ignore::DeprecationWarning:pyvo
59
ignore::DeprecationWarning:regions
60
+# Should ignore these for astropy<5.0
61
+ ignore:getName|currentThread:DeprecationWarning:astropy
62
# This should be cleared once we requre astropy>=4.1
63
ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy
64
markers =
0 commit comments