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: I53c5f2e060864432c88867ab58934301ec757298
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -25,9 +25,6 @@ commands = {posargs}
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
[tox:jenkins]
|
|
||||||
downloadcache = ~/cache/pip
|
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t keystoneauth1/tests {posargs}
|
commands = oslo_debug_helper -t keystoneauth1/tests {posargs}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user