commit | f01d695ccdf47855aa9b5f2185a8ce349ed004aa | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Fri Oct 05 03:36:11 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Fri Oct 05 03:36:11 2012 +0200 |
tree | f0384a68cb1b511792e4917e417a998324da0ce1 | |
parent | fa7d5392d467d832e259aff3834bc19a3c005600 [diff] [blame] |
Closes #16135: Removal of OS/2 support
diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py index 8d910ed..6a810c6 100644 --- a/Lib/test/test_select.py +++ b/Lib/test/test_select.py
@@ -5,8 +5,7 @@ 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):