Do not use pip cache, fix coala warning 32/16332/2
authorEric Ball <eball@linuxfoundation.org>
Fri, 26 Jul 2019 11:48:50 +0000 (04:48 -0700)
committerEric Ball <eball@linuxfoundation.org>
Fri, 26 Jul 2019 12:36:01 +0000 (05:36 -0700)
commitc02ea725aea94a01f6acb751e9922d3b2b2cddde
tree508b971436b3ec89a364cc0db7b23f4de5163518
parent8486a37a2aa9aa3ed578dcb5339a14856aaa3255
Do not use pip cache, fix coala warning

Builds have been failing due to using some very old cached versions
of dependencies. By using --no-cache-dir, we force pip to pull in
up-to-date versions of all dependencies.
This also includes a change to language that caused tox to fail due
to a coala warning.

Issue: RELENG-2208
Change-Id: I4ad3256e2c3fe2d8a8b4c0878d0e0a3f54ccc722
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
docs/infra/bootstrap.rst
tox.ini