try to force UTF-8 to make subunitreporter work

This commit is contained in:
Jean-Paul Calderone 2023-08-08 08:44:15 -04:00
parent 7bc1f9300f
commit 3f37f9aee5

View File

@ -180,7 +180,7 @@ jobs:
SUBUNITREPORTER_OUTPUT_PATH: "test-results.subunit2"
PYTHONUNBUFFERED: "1"
command: |
python -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
python -X utf8 -b -m coverage run -m twisted.trial --reporter=subunitv2-file --rterrors allmydata
- "run":
name: "Upload Coverage"