We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949b3e4 commit 9dec9d3Copy full SHA for 9dec9d3
coverage/control.py
@@ -1399,8 +1399,8 @@ def process_startup() -> Coverage | None:
1399
# started coverage.py in this process. Nothing to do.
1400
return None
1401
1402
- # This runs at the start of pytest xdist workers, but also at other times?
1403
- warnings.filterwarnings("ignore", r".*no-sysmon")
+ # # This runs at the start of pytest xdist workers, but also at other times?
+ # warnings.filterwarnings("ignore", r".*no-sysmon")
1404
1405
cov = Coverage(config_file=cps)
1406
process_startup.coverage = cov # type: ignore[attr-defined]
0 commit comments