[issue17753] test_zipfile: requires write access to test and email.test

2015-02-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Berker. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59716f28ed30 by Berker Peksag in branch '3.4': Issue #17753: effective_ids unavailable on Windows. https://hg.python.org/cpython/rev/59716f28ed30 New changeset 964753cf09de by Berker Peksag in branch 'default': Issue #17753: effective_ids unavailabl

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-15 Thread Berker Peksag
Berker Peksag added the comment: Buildbots are not happy: == ERROR: test_write_filtered_python_package (test.test_zipfile.PyZipFileTests) -- Traceback (most rec

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ _

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ad5909319e0 by Serhiy Storchaka in branch '3.4': Issue #17753: Skip test_zipfile tests which require write access to test https://hg.python.org/cpython/rev/6ad5909319e0 New changeset 174f24d33bfe by Serhiy Storchaka in branch 'default': Issue #1775

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-14 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: patch review -> commit review ___ Python tracker ___ ___ Python-

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch which skips tests if there are no write access to the installed location. -- keywords: +patch stage: needs patch -> patch review versions: +Python 2.7 Added file: http://bugs.python.org/file38021/issue17753.patch _

[issue17753] test_zipfile: requires write access to test and email.test

2014-10-01 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +alanmcintyre, serhiy.storchaka type: -> behavior versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ __

[issue17753] test_zipfile: requires write access to test and email.test

2013-04-16 Thread Matthias Klose
New submission from Matthias Klose: test_zipfile requires write access to the installed location, when trying to byte-compile files. == ERROR: test_write_pyfile (test.test_zipfile.PyZipFileTests) ---