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

Change subject: tests: use coverage < 7.6.2 or > 7.6.8 with pypy 3.10
......................................................................

tests: use coverage < 7.6.2 or > 7.6.8 with pypy 3.10

Bug: T380732
Change-Id: I7b16584fe796c8cd0db9891dfe121b64f4794be8
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index cc2fb97..7aae45c 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -89,6 +89,8 @@
       run: |
         python -m pip install --upgrade pip
         pip --version
+        # T380732
+        pip install "coverage 
!=7.6.2,!=7.6.3,!=7.6.4,!=7.6.5,!=7.6.6,!=7.6.7,!=7.6.8; 
implementation_name=='pypy' and python_version=='3.10'"
         if [ -f dev-requirements.txt ]; then pip install -r 
dev-requirements.txt; fi
         if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
         pip install wikitextparser

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1097439?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: I7b16584fe796c8cd0db9891dfe121b64f4794be8
Gerrit-Change-Number: 1097439
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to