Skip to content

Commit

Permalink
[tests] exclude hacking tests with pypy3.7
Browse files Browse the repository at this point in the history
Bug: T368839
Change-Id: I5ab62e1f5037b26da749d58eacd8e763af8347de
  • Loading branch information
xqt committed Jun 29, 2024
1 parent 41fc8ab commit 03f92c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
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
Expand Down

0 comments on commit 03f92c5

Please sign in to comment.