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

Change subject: Revert "tests: Run Graalpy tests with any pytest version for 
macOS"
......................................................................

Revert "tests: Run Graalpy tests with any pytest version for macOS"

This reverts commit 1a43c1ac17584586068e9020069793dc61870294.

Reason for revert: Wrong pytest release selected

Change-Id: I5d074e950749c29ccd374984d2b2b731675afa90
---
M .github/workflows/graalpy_tests.yml
1 file changed, 1 insertion(+), 5 deletions(-)

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




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index aa99fd7..79e7298 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -44,13 +44,9 @@
           pip install packaging
           pip install requests
           pip install wikitextparser
+          pip install pytest >= 9.0.3
           pip install pytest-attrib
           pip install coverage
-          if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
-            pip install "pytest>=9.0.3"
-          else
-            pip install pytest
-          fi
       - 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/+/1286297?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: I5d074e950749c29ccd374984d2b2b731675afa90
Gerrit-Change-Number: 1286297
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