Merge pull request #1027 from tahoe-lafs/3662.pin-decorator

Pin decorator.

Fixes ticket:3662
This commit is contained in:
Itamar Turner-Trauring 2021-04-02 13:01:04 -04:00 committed by GitHub
commit b6528249fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

0
newsfragments/3662.minor Normal file
View File

View File

@ -389,6 +389,10 @@ setup(name="tahoe-lafs", # also set in __init__.py
"tox",
"pytest",
"pytest-twisted",
# XXX: decorator isn't a direct dependency, but pytest-twisted
# depends on decorator, and decorator 5.x isn't compatible with
# Python 2.7.
"decorator < 5",
"hypothesis >= 3.6.1",
"treq",
"towncrier",