diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-08-31 16:25:02 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-08-31 16:25:02 +0200 |
| commit | 9cd820dae2d4142970f51e71bce9414293d0ab44 (patch) | |
| tree | 6492832d33e50e9c1950dd069ff961ae8afd2a76 /distutils2/tests | |
| parent | 6d6499fd8bc272709671a1bdb34c1e91dd1898cf (diff) | |
| parent | 067d376016954b35f3e822bb4a3744ff778b80b9 (diff) | |
| download | disutils2-9cd820dae2d4142970f51e71bce9414293d0ab44.tar.gz | |
Branch merge. Will clean up later.
Diffstat (limited to 'distutils2/tests')
| -rw-r--r-- | distutils2/tests/test_dist.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distutils2/tests/test_dist.py b/distutils2/tests/test_dist.py index 90f1828..f662624 100644 --- a/distutils2/tests/test_dist.py +++ b/distutils2/tests/test_dist.py @@ -279,8 +279,11 @@ class DistributionTestCase(support.TempdirManager, class MetadataTestCase(support.TempdirManager, support.LoggingCatcher, + support.EnvironRestorer, unittest.TestCase): + restore_environ = ['HOME'] + def setUp(self): super(MetadataTestCase, self).setUp() self.argv = sys.argv, sys.argv[:] |
