]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Skip test_os.test_mode for Emscripten (#135764)
authorHood Chatham <roberthoodchatham@gmail.com>
Sat, 21 Jun 2025 06:06:59 +0000 (23:06 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 06:06:59 +0000 (06:06 +0000)
commitf4911258a80409cb641f13578137475204ab43b5
tree715e60b989713bc9bc35748bbffd6b43905c3136
parent4ddf505d9982dc8afead8f52f5754eea5ebde623
gh-127146: Skip test_os.test_mode for Emscripten (#135764)

Temporarily skip test_os.test_mode on Emscripten; this fails consistently
on the buildbot, but not on other test configurations. Reported as #135783
for follow up.
Lib/test/test_os.py