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 8754660 commit 70ee559Copy full SHA for 70ee559
setup.cfg
@@ -56,6 +56,8 @@ filterwarnings =
56
# Upstream, remove when fixed, PRs have been opened
57
ignore::DeprecationWarning:pyvo
58
ignore::DeprecationWarning:regions
59
+# This should be cleared once we requre astropy>=4.1
60
+ ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy
61
markers =
62
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
63
0 commit comments