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";
pywikibot-commits@lists.wikimedia.org