We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857ae62 commit 067e4c4Copy full SHA for 067e4c4
1 file changed
tests/IronPython.Tests/Cases/CPythonCasesManifest.ini
@@ -640,6 +640,9 @@ RunCondition=$(IS_POSIX)
640
Ignore=true
641
Reason=unittest.case.SkipTest: os.openpty() not available.
642
643
+[CPython.test_os]
644
+IsolationLevel=PROCESS # TODO: test_urandom_subprocess fails to import stat otherwise...
645
+
646
[CPython.test_ossaudiodev] # Module has been removed in 3.13 - https://github.com/IronLanguages/ironpython3/issues/1352
647
648
Reason=unittest.case.SkipTest: No module named 'ossaudiodev'
0 commit comments