Skip to content

[3.7] bpo-34011: Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)#10401

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-b939250-3.7
Nov 7, 2018
Merged

[3.7] bpo-34011: Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)#10401
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-b939250-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Nov 7, 2018

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Pablo Galindo Pablogsal@gmail.com

https://bugs.python.org/issue34011

…ythonGH-10400)

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

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@bedevere-bot bedevere-bot added skip news tests Tests in the Lib/test dir awaiting review labels Nov 7, 2018
@pablogsal pablogsal changed the title [3.7] Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) [3.7] bpo-34011: Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400) Nov 7, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit b097f9f into python:3.7 Nov 7, 2018
@miss-islington miss-islington deleted the backport-b939250-3.7 branch November 7, 2018 22:39
@miss-islington

Copy link
Copy Markdown
Contributor Author

@pablogsal: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants