summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2022-09-11 10:17:28 +1200
committertoofar <toofar@spalge.com>2022-09-11 10:19:44 +1200
commitc1738ca55006966e7c0ad9eacbfb58625aa88c44 (patch)
tree72352409bb65c61b0e81d64141efa2f7bfde05d2 /.github
parent8decafefbe94c111c1cd1b59aeb0b314cb4de5c9 (diff)
downloadqutebrowser-c1738ca55006966e7c0ad9eacbfb58625aa88c44.tar.gz
qutebrowser-c1738ca55006966e7c0ad9eacbfb58625aa88c44.zip
tox: split mypy env into mypy-{qt5,qt6}
Would be nice to have a bare `mypy` env which ran both the more specific ones in sequence but I don't know how to do that. Not sure if there is a way to pull the CONSTANTS_ARGS stuff out to a non-env parameter and pass it into commands but I couldn't figure out a way. So via the environment it is. TODO: compare PyQt6 as-is with the WIP PyQt6-Stub
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bd4a223a9..9fd0fb449 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,8 @@ jobs:
- testenv: pylint
- testenv: flake8
# FIXME:qt6 (lint)
- # - testenv: mypy
+ # - testenv: mypy-pyqt5
+ # - testenv: mypy-pyqt6
- testenv: docs
- testenv: vulture
- testenv: misc