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

Change subject: tests: run GraalPy with older version of urllib3
......................................................................

tests: run GraalPy with older version of urllib3

Bug: T430455
Change-Id: If05bf3a49b78131b1485e16acd141089e8eb6e7a
---
M .github/workflows/graalpy_tests.yml
1 file changed, 4 insertions(+), 0 deletions(-)

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




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index ca42d19..9c2f84d 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -51,6 +51,10 @@
           pip install "pytest >= 9.0.3"
           pip install pytest-attrib
           pip install coverage
+      - name: Install urllib3 compatibility package
+        if: matrix.python-version == 'graalpy-24.1'
+        run: |
+          pip install "urllib3<2"
       - name: Generate user files
         run: |
           python -Werror::UserWarning -m pwb generate_user_files 
-site:${{matrix.site}} -v -debug;

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1306112?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: If05bf3a49b78131b1485e16acd141089e8eb6e7a
Gerrit-Change-Number: 1306112
Gerrit-PatchSet: 2
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