Skip to content

Commit 5c02091

Browse files
committed
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 <[email protected]> Depends-On: https://review.opendev.org/c/openstack/requirements/+/795532/
1 parent d64edd3 commit 5c02091

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lower-constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ testscenarios==0.4
153153
testtools==2.2.0
154154
tooz==1.58.0
155155
traceback2==1.4.0
156+
types-paramiko==0.1.3
156157
unittest2==1.1.0
157158
urllib3==1.22
158159
vine==1.1.4

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
hacking>=3.1.0,<3.2.0 # Apache-2.0
66
mypy>=0.761 # MIT
7+
types-paramiko>=0.1.3 # Apache-2.0
78
coverage!=4.4,>=4.0 # Apache-2.0
89
ddt>=1.2.1 # MIT
910
fixtures>=3.0.0 # Apache-2.0/BSD

0 commit comments

Comments
 (0)