mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
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:
parent
b133d0e7a0
commit
add2be1b44
0
newsfragments/3662.minor
Normal file
0
newsfragments/3662.minor
Normal file
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user