| commit | 3fb0c453781e17a04fd63ac2c953826a8c96f27a | [log] [tgz] |
|---|---|---|
| author | Abderrahim Kitouni <akitouni@gnome.org> | Tue Mar 22 06:35:15 2022 +0100 |
| committer | Abderrahim Kitouni <akitouni@gnome.org> | Tue Mar 22 06:35:15 2022 +0100 |
| tree | 0153c5a7763b803177c6d33a7eaac185eb4714b0 | |
| parent | 2164ac3ad2854eea30f85af6af2bc8a0b8754f3f [diff] |
tox.ini: add --namespace-packages to mypy It is needed by latest version of types-protobuf Also update mypy to the latest version
diff --git a/tox.ini b/tox.ini index 0962473..8c1e704 100644 --- a/tox.ini +++ b/tox.ini
@@ -157,9 +157,9 @@ [testenv:mypy] skip_install = True commands = - mypy {posargs} + mypy --namespace-packages {posargs} deps = - mypy==0.910 + mypy==0.940 types-protobuf types-python-dateutil types-setuptools