Merge pull request from tahoe-lafs/3856.sftp-integration-tests

Unbreak sftp integration tests
This commit is contained in:
meejah 2022-01-07 11:00:38 -07:00 committed by GitHub
commit 4cdbf7fb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
newsfragments
setup.py

0
newsfragments/3856.minor Normal 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",