summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-07-20 17:43:18 +0530
committerThiago da Silva <thiago@redhat.com>2016-07-20 05:24:43 -0700
commit7f6aabcf4512c7443de8dae12873faf905bb5b72 (patch)
tree0f80ce769af69a25188e4f632e803f883cdf0c62 /tox.ini
parent3451b86a6927ab7b21ae8e8a0421e4c51597df1d (diff)
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 <ppai@redhat.com> Reviewed-on: http://review.gluster.org/14967 Reviewed-by: Thiago da Silva <thiago@redhat.com> Tested-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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