mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
This commit is contained in:
parent
9cc8fa6ac8
commit
e1e3c2dac3
7 changed files with 58 additions and 46 deletions
|
@ -46,6 +46,7 @@ class SelectTestCase(unittest.TestCase):
|
|||
self.assertIsNot(r, x)
|
||||
self.assertIsNot(w, x)
|
||||
|
||||
@unittest.skipUnless(hasattr(os, 'popen'), "need os.popen()")
|
||||
def test_select(self):
|
||||
code = textwrap.dedent('''
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue