mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Fix Python 3.6 Incompatibility in CLI Tests
This commit is contained in:
@ -535,7 +535,8 @@ class TestSuite:
|
|||||||
subprocess.run(
|
subprocess.run(
|
||||||
args=[script],
|
args=[script],
|
||||||
stdin=subprocess.DEVNULL,
|
stdin=subprocess.DEVNULL,
|
||||||
capture_output=True,
|
stdout=subprocess.PIPE,
|
||||||
|
stderr=subprocess.PIPE,
|
||||||
cwd=cwd,
|
cwd=cwd,
|
||||||
env=env,
|
env=env,
|
||||||
check=True,
|
check=True,
|
||||||
|
Reference in New Issue
Block a user