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

Change subject: [tests] add hacking to lint tests
......................................................................

[tests] add hacking to lint tests

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

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




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050718?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: I9320c67c35681e4c2b3c74f85cad7ae8a3b8e2a0
Gerrit-Change-Number: 1050718
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