Move paramiko cap to test-requirements.txt

Change-Id: Ia7d069bc49037c9961bce2a7814fae5745ae8a91
This commit is contained in:
Pierre Riteau 2019-06-13 09:54:52 +01:00
parent b1f54eabe1
commit 2863c73861
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,5 @@ pbr>=2.0 # Apache-2.0
ansible>=2.4.0,<2.7.0 # GPLv3
cliff>=2.5.0,<2.15.0 # Apache
netaddr!=0.7.16,>=0.7.13 # BSD
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail.
paramiko<2.5.0
PyYAML>=3.10.0 # MIT
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,>=16.0 # PSF/ZPL

View File

@ -10,6 +10,8 @@ docker<3 # Apache-2.0
hacking>=0.12.0,<0.13 # Apache-2.0
molecule<3 # MIT
oslotest>=1.10.0 # Apache-2.0
# paramiko 2.5.0 makes the kayobe-tox-molecule job fail.
paramiko<2.5.0
# NOTE(mgoddard): This is required by tools/sphinx8.
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD