mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +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]
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user