Skip to content

Commit 766a35c

Browse files
committed
Ignore a coverage warning re: sysmon on Pythons < 3.12
1 parent fb74aa2 commit 766a35c

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)