mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 14:58:14 +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:
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",
|
"tox",
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-twisted",
|
"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",
|
"hypothesis >= 3.6.1",
|
||||||
"treq",
|
"treq",
|
||||||
"towncrier",
|
"towncrier",
|
||||||
|
Reference in New Issue
Block a user