From b07f2aad330f9dcc9eded9924444b40ba934f4e3 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 6 Aug 2018 13:37:41 -0600 Subject: [PATCH] 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 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 562da47db..ae066f535 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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