We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e09b7 commit c6faa65Copy full SHA for c6faa65
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