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.
2 parents fa61e50 + ed3823f commit 59dfea8Copy full SHA for 59dfea8
1 file changed
setup.cfg
@@ -97,6 +97,8 @@ filterwarnings =
97
# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
98
# ignore it here to have passing test for pytest 8.4.
99
ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning
100
+# Remove when https://github.com/astropy/astropy/issues/19216 is resolved
101
+ ignore:The chararray class is deprecated and will be removed in a future release:DeprecationWarning
102
103
markers =
104
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
0 commit comments