Merge pull request #1081 from tahoe-lafs/3734.broken-typechecks

Work with latest mypy.

Fixes ticket:3734
This commit is contained in:
Itamar Turner-Trauring 2021-06-10 15:24:39 -04:00 committed by GitHub
commit 09c8fb6641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

0
newsfragments/3734.minor Normal file
View File

View File

@ -155,7 +155,11 @@ basepython = python3
skip_install = True
deps =
mypy
git+https://github.com/Shoobx/mypy-zope
mypy-zope
types-mock
types-six
types-PyYAML
types-pkg_resources
git+https://github.com/warner/foolscap
# Twisted 21.2.0 introduces some type hints which we are not yet
# compatible with.