Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057921?usp=email )
Change subject: [tests] set PYTHONIOENCODING to utf-8 for windows-tests ...................................................................... [tests] set PYTHONIOENCODING to utf-8 for windows-tests Bug: T371280 Change-Id: I536c60fea46781b2cef440fca801e4bba9b9c33d --- M .github/workflows/windows_tests.yml 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index 82591e6..838cb48 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -78,6 +78,8 @@ id: ci_test continue-on-error: true timeout-minutes: 90 + env: + PYTHONIOENCODING: utf-8 run: | python pwb.py version coverage run -m unittest discover -vv -p \"*_tests.py\"; -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057921?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I536c60fea46781b2cef440fca801e4bba9b9c33d Gerrit-Change-Number: 1057921 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org