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

Change subject: tests: setuptool has to be installed for graalpy-25.0
......................................................................

tests: setuptool has to be installed for graalpy-25.0

Change-Id: I9e93c7b6f46be698faa79f5bc401aa5813bfc57b
---
M .github/workflows/graalpy_tests.yml
1 file changed, 3 insertions(+), 0 deletions(-)

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




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index 873d077..6fe4550 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -54,6 +54,9 @@
           # Workaround for known GraalPy compatibility issues (SSL + charset 
detection)
           pip install "charset_normalizer<=3.4.5"
           pip install "urllib3<2.7"
+      - name: Install setuptools
+        if: matrix.python-version == 'graalpy-25.0'
+        run: pip install setuptools
       - 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/+/1306126?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: I9e93c7b6f46be698faa79f5bc401aa5813bfc57b
Gerrit-Change-Number: 1306126
Gerrit-PatchSet: 3
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