Pin non-broken version of Paramiko.

This commit is contained in:
Itamar Turner-Trauring 2022-01-07 10:13:29 -05:00
parent 0bf713c38a
commit 7e3cb44ede

View File

@ -409,7 +409,9 @@ setup(name="tahoe-lafs", # also set in __init__.py
"html5lib",
"junitxml",
"tenacity",
"paramiko",
# Pin old version until
# https://github.com/paramiko/paramiko/issues/1961 is fixed.
"paramiko < 2.9",
"pytest-timeout",
# Does our OpenMetrics endpoint adhere to the spec:
"prometheus-client == 0.11.0",