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: I8002d1f029b63eecd3599907b6bc39f889a140d4
This commit is contained in:
parent
4c04a77d12
commit
e2e66ba04c
3
tox.ini
3
tox.ini
@ -23,9 +23,6 @@ commands = {posargs}
|
||||
[testenv:cover]
|
||||
commands = /bin/bash run_tests.sh -N --coverage {posargs}
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[flake8]
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*
|
||||
|
Loading…
Reference in New Issue
Block a user