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: Ieb5b735f1ed72b5baf3e942917966c2b20c9af2a
This commit is contained in:
parent
c12a881e87
commit
d48348b64c
3
tox.ini
3
tox.ini
@ -9,9 +9,6 @@ install_command = pip install -U {opts} {packages}
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:lint]
|
||||
commands =
|
||||
{toxinidir}/tools/run_renderspec.sh {toxinidir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user