From 1ac8083af97e0ba1539e96e7d1272ba52bd84eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:13 +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: I63939800bf0fe6ef89d6651273e3bb53678d23a6 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0a545390c..4cff85fcb 100644 --- a/tox.ini +++ b/tox.ini @@ -38,9 +38,6 @@ setenv = # TLS (https) server certificate. passenv = OS_CACERT -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] show-source = True ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251