]> granicus.if.org Git - python/commit
Fix regrtest --coverage on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 22:53:09 +0000 (00:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Sep 2015 22:53:09 +0000 (00:53 +0200)
commita53a818c3c67c927bcf8ee118fd29e21045dd9ab
tree2a2458ba72070603304e8ed6f4579e79d85baade
parentc29f399e7e59c6e3d369568af784958321c151ac
Fix regrtest --coverage on Windows

Issue #25260: Fix ``python -m test --coverage`` on Windows. Remove the list of
ignored directories.
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py
Misc/NEWS