mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Closes #16135: Removal of OS/2 support
This commit is contained in:
parent
fa7d5392d4
commit
f01d695ccd
12 changed files with 111 additions and 133 deletions
|
@ -5,8 +5,7 @@ import sys
|
|||
import unittest
|
||||
from test import support
|
||||
|
||||
@unittest.skipIf(sys.platform[:3] in ('win', 'os2') or \
|
||||
sys.platform=='riscos'),
|
||||
@unittest.skipIf((sys.platform[:3]=='win') or (sys.platform=='riscos'),
|
||||
"can't easily test on this system")
|
||||
class SelectTestCase(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue