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

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

tests: use coverage < 7.6.2 with pypy 3.10

see also:
https://github.com/nedbat/coveragepy/issues/1902

Bug: T380732
Change-Id: I3a8942e91ef3a30f4b4fe80392030bd88c82040a
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)

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 a51ae13..4a1c62e 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -78,7 +78,7 @@
         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'"
+        pip install "coverage < 7.6.2; 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/+/1101143?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: I3a8942e91ef3a30f4b4fe80392030bd88c82040a
Gerrit-Change-Number: 1101143
Gerrit-PatchSet: 1
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

Reply via email to