cpython/Lib/test/test_os
Hood Chatham 23a4e3ba3c
gh-145335: Skip Emscripten for os.execve() test (#145528)
Emscripten's os.execve() always fails with ENOEXEC.

Co-authored-by: Victor Stinner <vstinner@python.org>
2026-03-05 12:29:34 +01:00
..
__init__.py
test_os.py gh-145335: Skip Emscripten for os.execve() test (#145528) 2026-03-05 12:29:34 +01:00
test_posix.py gh-143698: correctly check scheduler and setpgroup values for os.posix_spawn[p] (#143699) 2026-02-21 11:20:42 +00:00
test_windows.py
utils.py