From 9b0bc3e5b37959eb5d586a19ab189b0a3f769823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:14 +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: I1778135d68a4bf96da3a0c0e4660172d1f13d16b --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.45.2