From: Ondřej Nový Date: Fri, 11 Dec 2015 20:06:14 +0000 (+0100) Subject: Deprecated tox -downloadcache option removed X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9b0bc3e5b37959eb5d586a19ab189b0a3f769823;p=openstack-build%2Fneutron-build.git Deprecated tox -downloadcache option removed Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I1778135d68a4bf96da3a0c0e4660172d1f13d16b --- diff --git a/tox.ini b/tox.ini index befc62f97..8586e3aa2 100644 --- a/tox.ini +++ b/tox.ini @@ -83,10 +83,6 @@ sitepackages=True deps = {[testenv:functional]deps} -[tox:jenkins] -sitepackages = True -downloadcache = ~/cache/pip - [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html