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

Change subject: [tests] exclude hacking tests with pypy3.7
......................................................................

[tests] exclude hacking tests with pypy3.7

Bug: T368839
Change-Id: I5ab62e1f5037b26da749d58eacd8e763af8347de
---
M .github/workflows/lint_tests.yml
1 file changed, 3 insertions(+), 0 deletions(-)

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




diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml
index 6f0749a..1e79dc7 100644
--- a/.github/workflows/lint_tests.yml
+++ b/.github/workflows/lint_tests.yml
@@ -25,6 +25,9 @@
       matrix:
         python-version: [ "pypy3.7", "pypy3.10", "3.10", "3.11", "3.12", 
"3.13.0-alpha - 3.13.0", "3.14-dev" ]
         deps: [ flake8, hacking ]
+        exclude:
+        - python-version: "pypy3.7"
+          deps: hacking

     steps:
     - name: Checkout Repository

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