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: Ib8580ff9614b9e846d2b442e886d408b55469471
This commit is contained in:
parent
a24885451a
commit
5ea3d08e14
3
tox.ini
3
tox.ini
@ -17,9 +17,6 @@ deps = -r{toxinidir}/test-requirements.txt
|
|||||||
commands = ostestr {posargs}
|
commands = ostestr {posargs}
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
|
|
||||||
[tox:jenkins]
|
|
||||||
downloadcache = ~/cache/pip
|
|
||||||
|
|
||||||
[testenv:genstates]
|
[testenv:genstates]
|
||||||
deps = {[testenv]deps}
|
deps = {[testenv]deps}
|
||||||
pydot2
|
pydot2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user