]> 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:39:21 +0000 (14:39 -0800)
committerGitHub <noreply@github.com>
Wed, 7 Nov 2018 22:39:21 +0000 (14:39 -0800)
commitb097f9fe2b359f8b64c030db51cfa2930c26971b
treece213efd5682072ce7f17fa99fce3fc5738ae0c2
parent363839caf9dac796783c74b682a70680a15fa8a7
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