]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109615: Fix support test_copy_python_src_ignore() on WASM (#109970)
authorVictor Stinner <vstinner@python.org>
Wed, 27 Sep 2023 15:29:20 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 15:29:20 +0000 (17:29 +0200)
commitcc54bcf17b5b5f7681f52baf3acef75b995fa1fd
tree80a44274d83ef10d4de2d930071c778519c4d114
parent773614e03aef29c744d0300bd62fc8254e3c06b6
gh-109615: Fix support test_copy_python_src_ignore() on WASM (#109970)

Not only check if src_dir exists, but look also for Lib/os.py
landmark.
Lib/test/test_support.py