]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108)
authorPetr Viktorin <encukou@gmail.com>
Tue, 16 Jan 2024 15:10:03 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 15:10:03 +0000 (16:10 +0100)
commitc361a1f395de9e508b6e1b0a4c5e69204905a7b7
tree19020f582747ece95684fff46b6a3012abfccddf
parentac44ec6206a1e5479effd91e02e2946b94e98ede
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108)

gh-114107: Fix symlink test if symlinks aren't supported
Lib/test/test_importlib/test_main.py