Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f597dd8

Browse files
committed
Ensure coverage.py's sysmon core for 3.12+
1 parent ff49553 commit f597dd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ omit = [
102102
"**/__main__.py",
103103
"**/cli.py",
104104
]
105+
core = "sysmon" # default for 3.14+, available for 3.12+
106+
disable_warnings = [ "no-sysmon" ] # 3.11 and earlier
105107

106108
[tool.coverage.report]
107109
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)