The `capture_output` argument for subprocess.run was added in 3.7, but want to support 3.6 as well. Change all the usages of it with `stdout=subprocess.PIPE` that will have the same effect, at least for stdout. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_objectstore.py | ||
| test_osbuild.py | ||
| test_util_ctx.py | ||
| test_util_jsoncomm.py | ||
| test_util_linux.py | ||
| test_util_osrelease.py | ||
| test_util_ostree.py | ||
| test_util_rmrf.py | ||
| test_util_selinux.py | ||