diff options
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 21:06:15 +0100 |
---|---|---|
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2015-12-11 21:17:54 +0100 |
commit | 5ea3d08e14747bd48d63ba1dc176b3cadded2819 (patch) | |
tree | 5600c9236d7714c2ab5469c0714604b1f761f207 /tox.ini | |
parent | a24885451a614b9ce0ef4a7c6428410a49bcb936 (diff) | |
download | ironic-5ea3d08e14747bd48d63ba1dc176b3cadded2819.tar.gz |
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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -17,9 +17,6 @@ deps = -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:genstates] deps = {[testenv]deps} pydot2 |