Merge pull request #991 from LeastAuthority/3623.pin-twisted

Set an upper bound for Twisted until type situation is resolved

Fixes: ticket:3623
This commit is contained in:
Jean-Paul Calderone 2021-03-02 08:14:48 -05:00 committed by GitHub
commit 99f6a692d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

1
newsfragments/3623.minor Normal file
View File

@ -0,0 +1 @@

View File

@ -124,6 +124,10 @@ deps =
mypy
git+https://github.com/Shoobx/mypy-zope
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
commands = mypy src