Skip to content

Commit a112be7

Browse files
committed
Force UTF-8 encoding on Windows during tests.
1 parent 2cfb531 commit a112be7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

actions/generate_recipe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ def generate_recipe(data, features, git_remote, git_branch, git_version, git_num
376376
# Script test (pytest)
377377
lines.append(" - script:")
378378
lines.append(" - pytest -vvv --color=yes --runveryslow ./tests")
379+
lines.append(" env:")
380+
lines.append(" PYTHONUTF8: '1'")
379381
lines.append(" files:")
380382
lines.append(" source:")
381383
lines.append(" - tests/")

0 commit comments

Comments
 (0)