diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-06-10 16:34:45 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-06-10 16:34:45 (GMT) |
| commit | df55334d52ba297e8bba4fd267fde68f48256e1c (patch) | |
| tree | 69fcd08edcf7e20a01cb663dc06b6ab9542d3778 /Lib/packaging/tests/test_dist.py | |
| parent | ff9b5c76ab1d087aa1f4e88db42fcce0f67a81a6 (diff) | |
| parent | fa6cfbc4f73100714bca79280d51836f2bac4bdc (diff) | |
| download | cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.zip cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.gz cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.bz2 | |
Branch merge
Diffstat (limited to 'Lib/packaging/tests/test_dist.py')
| -rw-r--r-- | Lib/packaging/tests/test_dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/tests/test_dist.py b/Lib/packaging/tests/test_dist.py index fb6d524..e1c5ff0 100644 --- a/Lib/packaging/tests/test_dist.py +++ b/Lib/packaging/tests/test_dist.py @@ -35,7 +35,7 @@ class DistributionTestCase(support.TempdirManager, support.EnvironRestorer, unittest.TestCase): - restore_environ = ['HOME'] + restore_environ = ['HOME', 'PLAT'] def setUp(self): super(DistributionTestCase, self).setUp() |
