Test should be skipped in 'riscos', as intented
This commit is contained in:
parent
4791a24268
commit
fa7d5392d4
@ -5,7 +5,8 @@ import sys
|
|||||||
import unittest
|
import unittest
|
||||||
from test import support
|
from test import support
|
||||||
|
|
||||||
@unittest.skipIf(sys.platform[:3] in ('win', 'os2', 'riscos'),
|
@unittest.skipIf(sys.platform[:3] in ('win', 'os2') or \
|
||||||
|
sys.platform=='riscos'),
|
||||||
"can't easily test on this system")
|
"can't easily test on this system")
|
||||||
class SelectTestCase(unittest.TestCase):
|
class SelectTestCase(unittest.TestCase):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user