]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136156: Skip test_tempfile.test_link_tmpfile() on Android (#136430)
authorVictor Stinner <vstinner@python.org>
Wed, 9 Jul 2025 22:17:21 +0000 (00:17 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 22:17:21 +0000 (06:17 +0800)
commit92b33c9590140263343c3e780bfc2ea1c1aded5c
tree1708cd29e94bd7979feccda3c24c01183c33a8de
parent92f392ad9e5e10ff98eac319e58ec79df5951ce0
gh-136156: Skip test_tempfile.test_link_tmpfile() on Android (#136430)

Adds a test skip on platforms where hard links are not available (which includes Android).
Lib/test/test_tempfile.py