From 249395f8cb70fe139792f30d7cd3a1c174587f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:12 +0100 Subject: [PATCH] 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: I22c434f6c96c369a8357f6bfd3208a1270c2c849 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index cb5eb78..c3787ee 100644 --- a/tox.ini +++ b/tox.ini @@ -31,9 +31,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands= python setup.py build_sphinx -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build