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=fe990676a97e9039d6dab3bf2f59a86e8ab47bef;p=openstack-build%2Fcinder-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: I5376fa4891a1a1f469af36d850b4045d24590aec --- diff --git a/tox.ini b/tox.ini index 6be00d4a7..3a6ac79a1 100644 --- a/tox.ini +++ b/tox.ini @@ -27,9 +27,6 @@ commands = ostestr {posargs} whitelist_externals = bash passenv = *_proxy *_PROXY -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html