Skip to content

Commit 9dec9d3

Browse files
committed
don't ignore the warning in this place
1 parent 949b3e4 commit 9dec9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage/control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,8 +1399,8 @@ def process_startup() -> Coverage | None:
13991399
# started coverage.py in this process. Nothing to do.
14001400
return None
14011401

1402-
# This runs at the start of pytest xdist workers, but also at other times?
1403-
warnings.filterwarnings("ignore", r".*no-sysmon")
1402+
# # This runs at the start of pytest xdist workers, but also at other times?
1403+
# warnings.filterwarnings("ignore", r".*no-sysmon")
14041404

14051405
cov = Coverage(config_file=cps)
14061406
process_startup.coverage = cov # type: ignore[attr-defined]

0 commit comments

Comments
 (0)