Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
Revert "[tests] ignore codecov-cli for Python 3.11 due to T365943"

This reverts commit 871108238d7121d6ba7036a47dff251c9c782296.

Reason for revert: either wrong syntax or unknown identifier

Change-Id: I104bd9e4212bdbafaf80c0f234584965a5c4c23b
---
M .appveyor.yml
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 322edde..38cef84 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -97,7 +97,5 @@
- ps: |
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
coverage report
-
- # ignore codecov-cli for Python 3.11 due to T365943
- - if [%PYTHON_VERSION%]!=[3.11.x] pip install codecov-cli
- - if [%PYTHON_VERSION%]!=[3.11.x] codecovcli do-upload
+ - pip install codecov-cli
+ - codecovcli do-upload

To view, visit change 1035662. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I104bd9e4212bdbafaf80c0f234584965a5c4c23b
Gerrit-Change-Number: 1035662
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged