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

Change subject: tests: Update dependencies for GraalPy tests
......................................................................

tests: Update dependencies for GraalPy tests

Bug: T413596
Change-Id: Idb3b15b7879c4c1849bce8b9dd6542f9a94743a4
---
M .github/workflows/graalpy_tests.yml
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index d0688c2..4075f34 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -38,7 +38,6 @@
           allow-prereleases: ${{ endsWith(matrix.python-version, '-dev') }}
       - name: Install dependencies
         run: |
-          python -m pip install --upgrade pip
           pip --version
           pip install "beautifulsoup4>=4.7.1"
           pip install "mwparserfromhell>=0.5.2"
@@ -46,9 +45,7 @@
           pip install "requests>=2.31.0"
           pip install "wikitextparser>=0.56.4"
           pip install "pytest >= 9.0.1"
-      - name: Install setuptools
-        if: ${{ (matrix.python-version >= '3.12') || (matrix.os == 
'macOS-latest') }}
-        run: pip install setuptools
+          pip install "coverage>=7.11.0"
       - 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/+/1221955?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: Idb3b15b7879c4c1849bce8b9dd6542f9a94743a4
Gerrit-Change-Number: 1221955
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to