Skip to content

Commit

Permalink
Ignore a coverage warning re: sysmon on Pythons < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jul 31, 2024
1 parent fb74aa2 commit 766a35c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ timeout = 30
filterwarnings =
always
ignore:RedisGraph support is deprecated as of Redis Stack 7.2:DeprecationWarning
# Ignore a coverage warning when COVERAGE_CORE=sysmon for Pythons < 3.12.
ignore:sys.monitoring isn't available:coverage.exceptions.CoverageWarning

0 comments on commit 766a35c

Please sign in to comment.