Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
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(-)

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 change 1101143. To unsubscribe, or for help writing mail filters, visit settings.

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