]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Nov 2018 22:46:10 +0000 (14:46 -0800)
committerGitHub <noreply@github.com>
Wed, 7 Nov 2018 22:46:10 +0000 (14:46 -0800)
commit0e3983689bc5c09ce9220c7976d94adf68ef118c
treecb6044ee2a374aba22fe05cddea2fa5d12904cc4
parentf6b9459996f5166300982d0427119eb326e74dac
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)

The constructor of subprocess.CalledProcessError in the check_output function had an extra None in it.
(cherry picked from commit b93925047a025511c48a7bf3e6e6f0cfec79b8ed)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_venv.py