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 e704a1f commit 3971c56Copy full SHA for 3971c56
pytest.ini
@@ -95,3 +95,7 @@ filterwarnings=
95
96
# Ignore warnings about consider_namespace_packages (jaraco/skeleton@6ff02e0eefcd)
97
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