]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_venv on Cygwin (#150483)
authorVictor Stinner <vstinner@python.org>
Tue, 26 May 2026 16:32:13 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 16:32:13 +0000 (18:32 +0200)
commitbc235304dfe5f018a87e1d73ca1ad2912f4ab999
treeabb83a2f8e8e37f0c57912783fa61f9b1fdc6689
parent1310d2c25242041f0a218012426fba14e756eef8
gh-149879: Fix test_venv on Cygwin (#150483)

In copy mode, venv now also copies the cygpython DLL.

Fix test_zippath_from_non_installed_posix(): copy also the cygpython
DLL.
Lib/test/test_venv.py
Lib/venv/__init__.py