We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f4276 + 742589a commit f7ba4fcCopy full SHA for f7ba4fc
1 file changed
tools/test_scripts.py
@@ -51,6 +51,7 @@ def test_script_runs(script_path: Path):
51
env=env,
52
capture_output=True,
53
text=True,
54
+ encoding='utf-8',
55
)
56
if result.returncode != 0:
57
details = (result.stdout or '') + (result.stderr or '')
0 commit comments