From 63ca43f7ed0d2bd8b35fd8d9270440ab05a84860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:12:11 +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: Icc8efbe5c60e861d12a91eace128591155dd0ebd --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ae5288e5c..6bd6c52650 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,6 @@ 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