oslo.utils 2.6.0 causing tox test to hang

Forcing the change in requirements.txt is not feasible as all
entries there must match the global-requirements.txt file.
This forces a specific version of oslo.utils *before* the
requirements are loaded, thus ensuring that 2.6.0 is *not* used.

This should be considered a temporary fix only.

Change-Id: I4363c4b8b86efb15fd95d07ce6fff374024b3616
Partial-Bug: #1506402
Co-Authored-By: Amrith Kumar <amrith@tesora.com>
This commit is contained in:
Craig Vyvial 2015-10-14 15:07:59 -05:00 committed by Peter Stachowski
parent 87753afeb2
commit 03674b10d9
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = {envpython} run_tests.py
commands = pip install oslo.utils===2.5.0
{envpython} run_tests.py
python setup.py testr --slowest
{envpython} generate_examples.py
whitelist_externals = bash