From 6b12edf2131ded0e1de552fd4ee16340fc4495bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Thu, 19 Nov 2015 22:18:52 +0100 Subject: [PATCH] Stop specifying requirements.txt in tox.ini As PBR already injects the contents of requirements.txt into setup_requires, there is no need for tox to explicitly install them. http://lists.openstack.org/pipermail/openstack-dev/2015-July/069663.html Change-Id: I8375179158e6b7392421556bcc010bf18576310d --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5070340..efbc6ff 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ setenv = VIRTUAL_ENV={envdir} NOSE_WITH_COVERAGE=1 NOSE_COVER_BRANCHES=1 deps = - -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt https://launchpad.net/swift/kilo/2.3.0/+download/swift-2.3.0.tar.gz commands = nosetests {posargs:test/unit}