Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 1050744. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5ab62e1f5037b26da749d58eacd8e763af8347de
Gerrit-Change-Number: 1050744
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>