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
This commit is contained in:
Ondřej Nový 2015-11-19 22:18:52 +01:00
parent 3e19273cc1
commit 6b12edf213

View File

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