mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Test should be skipped in 'riscos', as intented
This commit is contained in:
parent
4791a24268
commit
fa7d5392d4
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
import unittest
|
||||
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")
|
||||
class SelectTestCase(unittest.TestCase):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue