From 91a9abbc00503fb8332126731504c62da167f793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 6 Nov 2017 14:39:49 +0100 Subject: [PATCH] Swift dependency bump to Pike Change-Id: I0f56ff6835af1556b4325b18a16142d6ea9675b2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e25b80e..16b4eda 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_COVER_ERASE=1 deps = -r{toxinidir}/test-requirements.txt - https://tarballs.openstack.org/swift/swift-2.10.0.tar.gz + https://tarballs.openstack.org/swift/swift-2.15.1.tar.gz commands = nosetests {posargs:test/unit} [testenv:cover]