[issue7248] test_importlib uses a fixed name in /tmp

2009-11-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: It sometimes seems to trigger another error: == ERROR: test_package (importlib.test.source.test_file_loader.SimpleTest) -- Tr

[issue7248] test_importlib uses a fixed name in /tmp

2009-11-01 Thread Brett Cannon
Brett Cannon added the comment: Yeah, I should have used tempfile.mkdtemp(). -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue7248] test_importlib uses a fixed name in /tmp

2009-11-01 Thread Antoine Pitrou
New submission from Antoine Pitrou : test_importlib uses fixed names in /tmp (e.g. /tmp/pkg), which will make the tests fail is such files/dirs already exist and aren't writable by the current user (which can happen if several users run the python test suite...). -- assignee: brett.canno