[issue25260] python -m test --coverage doesn't work on Windows

STINNER Victor report at bugs.python.org
Tue Sep 29 01:30:03 CEST 2015


STINNER Victor added the comment:

Ooops, copy/paste failure. The right diff is:

Changeset 294f8aeb4d4b: "Implemented PEP 405 (Python virtual environments)."

-        tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,
+        tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
                                          tempfile.gettempdir()],
                              trace=False, count=True)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25260>
_______________________________________


More information about the Python-bugs-list mailing list