]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Mar 2019 17:33:40 +0000 (10:33 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 17:33:40 +0000 (10:33 -0700)
commitb0967fe4ed2e0e15f14ea574f82970a3fd4a5556
tree5b52515ebfdf0866b419a386b85124b663ad6a20
parentb058a97c90c3144cc602b719483572916b3918bb
bpo-35978: Correctly skips venv tests in venvs (GH-12220)

Also fixes venvs from the build directory on Windows.
(cherry picked from commit 8bba81fd55873148c65b7d0e6a6effbd63048c76)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Lib/test/test_venv.py
Lib/venv/__init__.py