commit | 498da2c16252686caa6a9a556def015ed8ed230e | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sun Jul 31 17:59:28 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sun Jul 31 17:59:28 2011 +0200 |
tree | 7950266622f2f4a28b619e3362fabdbf45888c05 | |
parent | 560bf855d3788c31273162f0ccf777b3c1eedaa8 [diff] [blame] |
Stop trying to write into the stdlib during lib2to3 tests (#12331). This prevents tests from failing when run from a Python installed in a read-only directory.
diff --git a/Misc/NEWS b/Misc/NEWS index 0aeddf4..01660d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Tests ----- +- Issue #12331: The test suite for lib2to3 can now run from an installed + Python. + - Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' as the processor type on some Mac systems.