Skip to content

Commit 067e4c4

Browse files
committed
Handle failing test
1 parent 857ae62 commit 067e4c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/IronPython.Tests/Cases/CPythonCasesManifest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,9 @@ RunCondition=$(IS_POSIX)
640640
Ignore=true
641641
Reason=unittest.case.SkipTest: os.openpty() not available.
642642

643+
[CPython.test_os]
644+
IsolationLevel=PROCESS # TODO: test_urandom_subprocess fails to import stat otherwise...
645+
643646
[CPython.test_ossaudiodev] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
644647
Ignore=true
645648
Reason=unittest.case.SkipTest: No module named 'ossaudiodev'

0 commit comments

Comments
 (0)