◐ Shell
clean mode source ↗

Message 202175 - Python tracker

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.