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

Increase upper pin and introduce lower pin on paramiko #270

Merged
merged 3 commits into from
Jan 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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