Upgrade versions, install dependencies since mypy might want them

This commit is contained in:
Itamar Turner-Trauring 2023-06-14 10:31:11 -04:00
parent 6bc232745a
commit 5561e11cfd

14
tox.ini
View File

@ -121,20 +121,18 @@ commands =
[testenv:typechecks]
basepython = python3
skip_install = True
deps =
mypy
mypy-zope
mypy==1.3.0
# When 0.9.2 comes out it will work with 1.3, it's just unreleased at the moment...
git+https://github.com/shoobx/mypy-zope
types-mock
types-six
types-PyYAML
types-pkg_resources
types-pyOpenSSL
git+https://github.com/warner/foolscap
# Twisted 21.2.0 introduces some type hints which we are not yet
# compatible with.
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3622
twisted<21.2.0
foolscap
# Upgrade when new releases come out:
Twisted==22.10.0
commands = mypy src