]> granicus.if.org Git - python/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)
commit89065d9fc7ad9163fd270a08dface51a0cd8721c
treec2e33cbb0869717d135be10db3bb731b0dba16e3
parent7b2cfc44655d58a6b9db99cda35220c08beb6498
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.
(grafted from 34bbd537b3e688dfbb6498e9083445a6a72fc4b1)
Lib/test/test_compileall.py
Misc/NEWS