summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-06-09 13:42:28 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-06-09 15:18:47 +0100
commit5c02091647f80fb3c818d5d47db2de49763c66cf (patch)
treecbbc37f5e9ac9d82e477789f3bb40fdfd089f185
parentd64edd3da2336a5c7c8f69cced45272cbaf638a9 (diff)
downloadnova-5c02091647f80fb3c818d5d47db2de49763c66cf.tar.gz
requirements: Add types-paramiko
This is required to resolve the following warning: error: Library stubs not installed for "paramiko" (or incompatible with Python 3.9) note: Hint: "python3 -m pip install types-paramiko" note: (or run "mypy --install-types" to install all missing stub packages) note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports Change-Id: I035d6dc752eaa83105cc12797765b304d843e1f7 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Depends-On: https://review.opendev.org/c/openstack/requirements/+/795532/
-rw-r--r--lower-constraints.txt1
-rw-r--r--test-requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 81b8f41f66..5d339989a9 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -153,6 +153,7 @@ testscenarios==0.4
testtools==2.2.0
tooz==1.58.0
traceback2==1.4.0
+types-paramiko==0.1.3
unittest2==1.1.0
urllib3==1.22
vine==1.1.4
diff --git a/test-requirements.txt b/test-requirements.txt
index d1a2ecbe2e..44cb2bacf7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,7 @@
hacking>=3.1.0,<3.2.0 # Apache-2.0
mypy>=0.761 # MIT
+types-paramiko>=0.1.3 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.2.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD