Skip to content

Commit 6c8a58b

Browse files
committed
TST: explicitly ignore coverage warning, it’s likely triggered by another plugin but not clear yet which one (and it also doesn’t really matter).
1 parent 5ea7704 commit 6c8a58b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ filterwarnings =
8989
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
9090
# Triggered in mast, likely boto related
9191
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
9295

9396
markers =
9497
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')

0 commit comments

Comments
 (0)