commit | 15f8d0d360757eb14d4eb2c0fb6a5b3472cec8b3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed May 03 17:28:10 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed May 03 17:28:10 2017 +0200 |
tree | 41ce5e6016f190492961df6b78984afee277069b | |
parent | 2b183b87d29e8c91a313fbfbf8c901287e7b180e [diff] |
test_distutils: use EnvironGuard (#1433) Use EnvironGuard on InstallTestCase and UtilTestCase. Backport fixes from master to prevent the following warning: Warning -- os.environ was modified by test_distutils