Add missing urllib3 test dep

Ifa08f21ccbc1bf04732462d28449546cf146c53a added urllib3 to a test but we
don't properly capture this in the requirements. This didn't show up
until we tried to add the lower constraint job.
https://review.openstack.org/#/c/556265

Change-Id: I61be017c3b70b21d454d8b27d94b884ad5a2e4e2
This commit is contained in:
Alex Schultz 2018-08-06 13:37:41 -06:00
parent 77aff6178e
commit b07f2aad33
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
PyYAML>=3.12 # MIT
reno>=2.5.0 # Apache-2.0
urllib3>=1.21.1 # MIT