]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
authorChristian Heimes <christian@python.org>
Sun, 19 Jun 2022 18:18:57 +0000 (20:18 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 18:18:57 +0000 (20:18 +0200)
commit62363bfe59b236c324cf36cd69b6f586a125bc2b
tree4bf556c849aec3a773ea1f33baa11f17e9a758ff
parent2702e408fd0e0dd7aec396b4cf8c7ce9caae81d8
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)

GH-93992 removed geteuid() and enabled the test again on Emscripten.
Lib/test/test_import/__init__.py