Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035662?usp=email )

Change subject: Revert "[tests] ignore codecov-cli for Python 3.11 due to 
T365943"
......................................................................

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(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1035662?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I104bd9e4212bdbafaf80c0f234584965a5c4c23b
Gerrit-Change-Number: 1035662
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to