From d792d40bd7883ea6d42f7b2dd56b1dd1ac66bd16 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 29 Sep 2015 12:44:38 -0400 Subject: [PATCH] fix requirements.txt restrict pyeclib version to 1.0.7, similar to swift Change-Id: Ia69b6e1ac82a60d5cca9bbac8bb355124dc75cd6 Signed-off-by: Thiago da Silva Signed-off-by: Prashanth Pai --- requirements.txt | 2 +- tox.ini | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f81b84..069d159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ netifaces>=0.5,!=0.10.0,!=0.10.1 pastedeploy>=1.3.3 simplejson>=2.0.9 xattr>=0.4 -PyECLib>=1.0.7 +PyECLib==1.0.7 diff --git a/tox.ini b/tox.ini index 277cd92..163ca6a 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ deps = # https://pip.pypa.io/en/latest/reference/pip_install.html#git # Example: git+https://github.com/openstack/swift.git@2.0.0 https://launchpad.net/swift/kilo/2.3.0/+download/swift-2.3.0.tar.gz + PyECLib==1.0.7 -r{toxinidir}/test-requirements.txt changedir = {toxinidir}/test/unit commands = nosetests -v {posargs} @@ -34,6 +35,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_COVER_HTML_DIR={toxinidir}/cover [tox:jenkins] +# Commented as workaround for PyECLib issue downloadcache = ~/cache/pip # To be used by Jenkins