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 5ea7704 commit 6c8a58bCopy full SHA for 6c8a58b
setup.cfg
@@ -89,6 +89,9 @@ filterwarnings =
89
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
90
# Triggered in mast, likely boto related
91
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning
92
+# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
93
+# ignore it here to have passing test for pytest 8.4.
94
+ ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning
95
96
markers =
97
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
0 commit comments