Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #270 from Yelp/issues_146_paramiko_dep_pins
Browse files Browse the repository at this point in the history
Increase upper pin and introduce lower pin on paramiko
  • Loading branch information
lsterk authored Jan 29, 2021
2 parents e2ec6f9 + 742a1d7 commit c79d001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"PyYAML>3.10",
"pytz>=2014.1",
"requests-futures>0.9.0",
"paramiko<2.5.0",
"paramiko>1.8.0,<3.0.0",
"requests<3.0.0",
"retrying",
"six>=1.10.0",
Expand Down
4 changes: 3 additions & 1 deletion tox_acceptance.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# this file is run via a Docker container
# see docker/itest/run_tests.sh for more details
[tox]
envlist = py{27,36}-unittest, py{27,36}-kafka{10,11}-dockeritest
envlist = py{27,36}-kafka{10,11}-dockeritest
tox_pip_extensions_ext_pip_custom_platform = true
tox_pip_extensions_ext_venv_update = true
distdir = {toxworkdir}/dist_acceptance
Expand Down

0 comments on commit c79d001

Please sign in to comment.