Skip to content

Commit c6faa65

Browse files
Ignore a coverage warning re: sysmon on Pythons < 3.12 (#3334)
Co-authored-by: Vladyslav Vildanov <[email protected]>
1 parent 77e09b7 commit c6faa65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ timeout = 30
1414
filterwarnings =
1515
always
1616
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

Comments
 (0)