From 7f6aabcf4512c7443de8dae12873faf905bb5b72 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 20 Jul 2016 17:43:18 +0530 Subject: Change tox.ini to fix test dependency Upstream swift repo no longer has the branch named 'stable/kilo'. Code from kilo series can now be found under the tag 'kilo-eol'. Change-Id: If044b4b7b3eed01f1b4ca3e7317d4f7141f1b10f Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/14967 Reviewed-by: Thiago da Silva Tested-by: Thiago da Silva --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64eb645..6e2bba6 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_COVER_BRANCHES=1 NOSE_COVER_PACKAGE=gluster deps = - git+https://github.com/openstack/swift.git@stable/kilo + git+https://github.com/openstack/swift.git@kilo-eol -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt # Just having testtools package installed fixes some dependency issue -- cgit