diff options
Diffstat (limited to 'tests/test_install.py')
| -rw-r--r-- | tests/test_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.py b/tests/test_install.py index b1901273..e9b26427 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -94,7 +94,7 @@ class InstallTestCase(support.TempdirManager, self.addCleanup(cleanup) - for key in ('nt_user', 'unix_user', 'os2_home'): + for key in ('nt_user', 'unix_user'): self.assertIn(key, INSTALL_SCHEMES) dist = Distribution({'name': 'xx'}) |
