Skip to content

Commit 3802570

Browse files
authored
tests: use sysmon on 3.14 (#1034)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent e3afd2d commit 3802570

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,13 @@ markers = [
155155
]
156156

157157
[tool.coverage]
158+
run.core = "sysmon"
158159
run.branch = true
159160
run.patch = [ "subprocess" ]
160161
run.relative_files = true
161162
run.source_pkgs = [ "nox" ]
162163
run.disable_warnings = [
163-
"no-ctracer",
164+
"no-sysmon",
164165
]
165166
report.exclude_also = [
166167
"@overload",

0 commit comments

Comments
 (0)