mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Closes #16135: Removal of OS/2 support (distutils)
This commit is contained in:
parent
9407d50208
commit
d17833d360
12 changed files with 7 additions and 425 deletions
|
@ -236,7 +236,7 @@ class UtilTestCase(support.EnvironGuard, unittest.TestCase):
|
|||
self.assertRaises(DistutilsPlatformError,
|
||||
change_root, 'c:\\root', 'its\\here')
|
||||
|
||||
# XXX platforms to be covered: os2, mac
|
||||
# XXX platforms to be covered: mac
|
||||
|
||||
def test_check_environ(self):
|
||||
util._environ_checked = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue