Unbreak sftp integration tests #1169

Merged
itamarst merged 2 commits from 3856.sftp-integration-tests into master 2022-01-07 18:00:39 +00:00
2 changed files with 3 additions and 1 deletions

0
newsfragments/3856.minor Normal file
View File

View File

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