Pin decorator

CI broke when decorator 5.0.1 (a dependency via pytest-twisted) with
dropped Python 2.7 compatibility was released.
This commit is contained in:
Sajith Sasidharan 2021-04-02 10:24:43 -04:00
parent b133d0e7a0
commit add2be1b44
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",