From 11337a77c2a58c333d32b998db26412904119724 Mon Sep 17 00:00:00 2001 From: "Hughes, Alexander (ah8742)" Date: Wed, 12 Jun 2019 15:59:08 +0000 Subject: [PATCH] Requests Dependency Error Previously the pins resolved tox tests, but were added to the wrong requirements file. The dependency error is still present in the pegleg images. Moving pins to correct file to resolve. Change-Id: I1796491cbf0e548fac50e01fbe03a379a5c82f9e --- requirements.txt | 3 +++ test-requirements.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17ef1fca..8419e6a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,9 @@ pyyaml==5.1 cryptography==2.3.1 python-dateutil==2.7.3 docker==3.7.2 +requests==2.20.0 +urllib3==1.24.3 +chardet==3.0.4 # External dependencies git+https://opendev.org/airship/deckhand.git@a76ffb66ae809c19281a6cf5c9414ed197d249b7 diff --git a/test-requirements.txt b/test-requirements.txt index 6b4ff441..efb2c712 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,9 +4,6 @@ pytest-cov==2.5.1 testfixtures==6.8.2 pytest-xdist==1.23.2 mock==2.0.0 -requests==2.20.0 -urllib3==1.24.3 -chardet==3.0.4 # Formatting yapf==0.20.0