From 5c02091647f80fb3c818d5d47db2de49763c66cf Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 9 Jun 2021 13:42:28 +0100 Subject: [PATCH] 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 Depends-On: https://review.opendev.org/c/openstack/requirements/+/795532/ --- lower-constraints.txt | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 81b8f41f66d7..5d339989a9a0 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 d1a2ecbe2e01..44cb2bacf79d 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