diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-31 20:47:47 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-31 20:47:47 +0200 |
commit | b85b966de6aa1b5b5584c294656a7f574f492cc0 (patch) | |
tree | bf614bfd67ce1d2acba29db775b12f23ac80e6f2 /Tools/scripts/run_tests.py | |
parent | 56ec5fe950da9903ec9fc614e8d0a9b4b7f6f95f (diff) | |
download | cpython-git-b85b966de6aa1b5b5584c294656a7f574f492cc0.tar.gz |
Stop trying to write into the stdlib during packaging tests (#12331).
This prevents tests from failing when run from a Python installed in a
read-only directory. The code is a bit uglier; shutil.copytree calls
copystat on directories behind our back, so I had to add an os.walk
with os.chmod (*and* os.path.join!) calls. shutil, I am disappoint.
This changeset is dedicated to the hundreds of neurons that were lost
while I was debugging this on an otherwise fine afternoon.
Diffstat (limited to 'Tools/scripts/run_tests.py')
0 files changed, 0 insertions, 0 deletions