fix requirements.txt

restrict pyeclib version to 1.0.7, similar to swift

Change-Id: Ia69b6e1ac82a60d5cca9bbac8bb355124dc75cd6
Signed-off-by: Thiago da Silva <thiago@redhat.com>
Signed-off-by: Prashanth Pai <ppai@redhat.com>
This commit is contained in:
Thiago da Silva 2015-09-29 12:44:38 -04:00 committed by Prashanth Pai
parent 8e3b642a40
commit d792d40bd7
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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