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 zach.ware
Recipients brian.curtin, ezio.melotti, georg.brandl, michael.foord, ocean-city, pitrou, python-dev, r.david.murray, terry.reedy, zach.ware
Date 2013-11-04.21:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383599589.46.0.129809326066.issue10652@psf.upfronthosting.co.za>
In-reply-to
Content
An alternative that works and also removes repeated "Warning -- os.environ was modified by test_*" is to import FixTk at the top of test_support, allowing the environment to be set up and to persist throughout all of the tests.  I'm not sure if this is the right way to go about the problem, though.
History
Date User Action Args
2013-11-04 21:13:09zach.waresetrecipients: + zach.ware, georg.brandl, terry.reedy, pitrou, ocean-city, ezio.melotti, r.david.murray, michael.foord, brian.curtin, python-dev
2013-11-04 21:13:09zach.waresetmessageid: <1383599589.46.0.129809326066.issue10652@psf.upfronthosting.co.za>
2013-11-04 21:13:09zach.warelinkissue10652 messages
2013-11-04 21:13:09zach.warecreate