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: I203405c7eee1c5abbc9ec19901493674f40879ee
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:14 +01:00 committed by Ondřej Nový
parent 49aaac02f2
commit d867ce9dde

View File

@ -14,9 +14,6 @@ commands = lockutils-wrapper python setup.py testr --slowest --testr-args='{posa
whitelist_externals = bash
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:common-constraints]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}