]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25099: Skip relevant tests in test_compileall when an entry on
authorBrett Cannon <brett@python.org>
Fri, 9 Oct 2015 22:09:43 +0000 (15:09 -0700)
committerBrett Cannon <brett@python.org>
Fri, 9 Oct 2015 22:09:43 +0000 (15:09 -0700)
commit65ed75037514eed0b139fc611c76ffd3d4860905
tree3fb150ee62fbaf788179f4228eaed09b1858c2b4
parent1a815389cccef2e28e2d27f14e71a1b708cfb20f
Issue #25099: Skip relevant tests in test_compileall when an entry on
sys.path has an unwritable __pycache__ directory.

This typically comes up when someone runs the test suite from an
administrative install of Python on Windows where the user does not
have write permissions to the stdlib's directory.

Thanks to Zachary Ware and Matthias Klose for reporting bugs related
to this issue.
Lib/test/test_compileall.py
Misc/NEWS