Skip to content

Commit a70aefa

Browse files
committed
chore: force tox environment to utf8
Windows defaults to cp1252 encoding which leads to an error during flake8 execution. Signed-off-by: Peter Schuster <p.schuster@pilz.de>
1 parent 71edacf commit a70aefa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ commands_pre =
2727
commands =
2828
poetry run coverage run --source=cyclonedx -m unittest discover -t . -s tests -v
2929
setenv =
30+
PYTHONUTF8=1
3031
PYTHONHASHSEED=0
3132
CDX_TEST_RECREATE_SNAPSHOTS={env:CDX_TEST_RECREATE_SNAPSHOTS:}
3233

0 commit comments

Comments
 (0)