This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients ned.deily, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-03-25.06:41:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427265696.1.0.371099529167.issue23774@psf.upfronthosting.co.za>
In-reply-to
Content
The following tests fail when run in an all-users installation because they cannot write to the install directory:

test_compileall test_tcl test_tools test_zipfile

See the attached file for traces.

From Ned Deily:
Regarding tests trying to write into the install directory tree, I'm pretty sure that there have been fixes added for those but I can't recall off the top of my head specific examples.  I think the best approach is to use a temporary, writable directory instead; if that's not practical, then the test case should be skipped.  I support fixing any tests that still currently fail due to this.

(New issue cloned from discussion on #23619)
History
Date User Action Args
2015-03-25 06:41:36steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, ned.deily, zach.ware
2015-03-25 06:41:36steve.dowersetmessageid: <1427265696.1.0.371099529167.issue23774@psf.upfronthosting.co.za>
2015-03-25 06:41:36steve.dowerlinkissue23774 messages
2015-03-25 06:41:35steve.dowercreate