mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 07:10:53 +00:00
Upgrade versions, install dependencies since mypy might want them
This commit is contained in:
parent
6bc232745a
commit
5561e11cfd
14
tox.ini
14
tox.ini
@ -121,20 +121,18 @@ commands =
|
|||||||
|
|
||||||
[testenv:typechecks]
|
[testenv:typechecks]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skip_install = True
|
|
||||||
deps =
|
deps =
|
||||||
mypy
|
mypy==1.3.0
|
||||||
mypy-zope
|
# 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-mock
|
||||||
types-six
|
types-six
|
||||||
types-PyYAML
|
types-PyYAML
|
||||||
types-pkg_resources
|
types-pkg_resources
|
||||||
types-pyOpenSSL
|
types-pyOpenSSL
|
||||||
git+https://github.com/warner/foolscap
|
foolscap
|
||||||
# Twisted 21.2.0 introduces some type hints which we are not yet
|
# Upgrade when new releases come out:
|
||||||
# compatible with.
|
Twisted==22.10.0
|
||||||
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3622
|
|
||||||
twisted<21.2.0
|
|
||||||
commands = mypy src
|
commands = mypy src
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user