From 3edd04b198d9db4b04ac5e81fc55c3f82eb3120f Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 26 Jan 2017 13:00:16 -0500 Subject: Pin version of setuptools Forces explicit version of setuptools to be used because of an upstream change: https://github.com/pypa/setuptools/issues/937 Change-Id: I4124dedee38713ca1bfa445944d8d79cf1be6c15 JIRA: STORPERF-102 Signed-off-by: mbeierl --- ci/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/verify.sh') diff --git a/ci/verify.sh b/ci/verify.sh index a0de93a..2b3446c 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -18,7 +18,7 @@ fi virtualenv $WORKSPACE/storperf_venv source $WORKSPACE/storperf_venv/bin/activate -pip install setuptools +pip install --upgrade setuptools==33.1.1 pip install autoflake==0.6.6 pip install autopep8==1.2.2 pip install coverage==4.1 -- cgit 1.2.3-korg