We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ce4a4 commit 598cbecCopy full SHA for 598cbec
pytest.ini
@@ -14,3 +14,5 @@ timeout = 30
14
filterwarnings =
15
always
16
ignore:RedisGraph support is deprecated as of Redis Stack 7.2:DeprecationWarning
17
+ # Ignore a coverage warning when COVERAGE_CORE=sysmon for Pythons < 3.12.
18
+ ignore:sys.monitoring isn't available:coverage.exceptions.CoverageWarning
0 commit comments