Skip to content

Commit 27df3f6

Browse files
authored
Ignore coverage warnings preventing CI to run on cygwin (#5043)
2 parents e704a1f + 7d6bc3e commit 27df3f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ filterwarnings=
9595

9696
# Ignore warnings about consider_namespace_packages (jaraco/skeleton@6ff02e0eefcd)
9797
ignore:Unknown config option. consider_namespace_packages:pytest.PytestConfigWarning
98+
99+
# Ignore warnings we cannot do anything about:
100+
# https://github.com/pypa/setuptools/pull/5042#issuecomment-2981138461
101+
ignore:Couldn't import C tracer:coverage.exceptions.CoverageWarning

0 commit comments

Comments
 (0)