Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] add hacking to lint tests

Change-Id: I9320c67c35681e4c2b3c74f85cad7ae8a3b8e2a0
---
M .github/workflows/lint_tests.yml
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml
index 6f531d1..78e9bde 100644
--- a/.github/workflows/lint_tests.yml
+++ b/.github/workflows/lint_tests.yml
@@ -24,6 +24,7 @@

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 ]
experimental: [ true ]

steps:
@@ -49,7 +50,7 @@
run: |
python -m pip install --upgrade pip
pip --version
- pip install .[flake8]
+ pip install .[${{deps}}]

- name: Flake8 tests
id: ci_test

To view, visit change 1050718. To unsubscribe, or for help writing mail filters, visit settings.

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