From e340caf114c10ebf2d59bafbd1473c87aff3c879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:11:57 +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: I8524f5cd26d3c7fb76f7d727f0a2135d2b278fd2 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4040d9dbc..3cb4086e3 100644 --- a/tox.ini +++ b/tox.ini @@ -26,9 +26,6 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:debug] commands = oslo_debug_helper -t keystoneclient/tests {posargs}