summaryrefslogtreecommitdiff
path: root/tests/test_install.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-11 01:20:12 +0200
committerJesus Cea <jcea@jcea.es>2012-10-11 01:20:12 +0200
commit495e4bf6c1029b10cab8fa83ce28caf7011d0955 (patch)
treebad0b02d79f0ca485a7ab75a4d9e6257a5ea8dfd /tests/test_install.py
parentff6785063112982ccd38892d21859b8a8a45318a (diff)
downloadpython-setuptools-git-495e4bf6c1029b10cab8fa83ce28caf7011d0955.tar.gz
Closes #16135: Removal of OS/2 support (distutils)
Diffstat (limited to 'tests/test_install.py')
-rw-r--r--tests/test_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.py b/tests/test_install.py
index cb2e1f28..47d630cc 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'})