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 henry.precheur
Recipients Arfrever, henry.precheur
Date 2011-06-27.12:43:57
SpamBayes Score 1.906277e-07
Marked as misclassified No
Message-id <1309178638.59.0.78900925697.issue12401@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a small patch to call regression tests without any environment variable defined. It's probably a good thing to run all the tests with a clean state, this way they are less likely to fail for mysterious external reasons. For example test_displayhook_unencodable was failing because I was overriding displayhook in my PYTHONSTARTUP file.

On the other hand, some problems with environment variables might go unnoticed. But I don't think there's much risk.

Note that test_distutils will fail with this patch if #12420 is not taken care of beforehand.
History
Date User Action Args
2011-06-27 12:43:58henry.precheursetrecipients: + henry.precheur, Arfrever
2011-06-27 12:43:58henry.precheursetmessageid: <1309178638.59.0.78900925697.issue12401@psf.upfronthosting.co.za>
2011-06-27 12:43:58henry.precheurlinkissue12401 messages
2011-06-27 12:43:57henry.precheurcreate