1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Fix Python 3.6 Incompatibility in CLI Tests

This commit is contained in:
W. Felix Handte
2023-03-09 12:46:37 -05:00
parent 07a2a33135
commit 50e8f55e7d

View File

@ -535,7 +535,8 @@ class TestSuite:
subprocess.run(
args=[script],
stdin=subprocess.DEVNULL,
capture_output=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
cwd=cwd,
env=env,
check=True,