Skip to content

Commit 8cac833

Browse files
committed
Add encoding to test helpers
1 parent 113dba8 commit 8cac833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyscaffoldext/custom_extension/templates/helpers.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run(*args, **kwargs):
6565
if args[0] in ("python", "putup", "pip", "tox", "pytest", "pre-commit"):
6666
raise SystemError("Please specify an executable with explicit path")
6767

68-
opts = dict(stderr=STDOUT, universal_newlines=True)
68+
opts = dict(stderr=STDOUT, universal_newlines=True, encoding="utf-8")
6969
opts.update(kwargs)
7070

7171
try:

0 commit comments

Comments
 (0)