Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: support python releases before 3.7 #272

Merged
merged 3 commits into from
Apr 9, 2021

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Oct 6, 2020

the "capture_output" parameter of subprocess.run() was introduced in
python3.7. so should not rely on this feature unless we drop the support
of python2 and python3.6

Signed-off-by: Kefu Chai tchaikov@gmail.com

the "capture_output" parameter of subprocess.run() was introduced in
python3.7.
and subprocess.run() does not exist in python2. so should not rely on
them unless we drop the support of python2 and python3.6

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
as they are not widely used anymore in modern releases of popular
distros.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
@ekalinin ekalinin merged commit 4edf46b into ekalinin:master Apr 9, 2021
@ekalinin
Copy link
Owner

ekalinin commented Apr 9, 2021

Thanks!

@tchaikov tchaikov deleted the wip-capture branch April 9, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants