]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jun 2022 19:57:13 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 19:57:13 +0000 (12:57 -0700)
commit05f3367b1640a84e709908980c7496a011c38894
treeaa2d97e06da2c9aaf225073835d21ff2ad0008c2
parent8b068c4b0c03d5631b8723b17fdbd7e5fc34d04a
gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)

GH-93992 removed geteuid() and enabled the test again on Emscripten.
(cherry picked from commit 62363bfe59b236c324cf36cd69b6f586a125bc2b)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_import/__init__.py