From 7a72321cd3a77a54613c9e07e47fe881fecca24d Mon Sep 17 00:00:00 2001 From: Craig Vyvial Date: Wed, 4 Nov 2015 14:29:15 -0600 Subject: [PATCH] this should fix the failing gate This reverts the oslo.util pin we had now that its in our requirments.txt and also avoids pymonogo 3.1 causing seg faults. Change-Id: I4f4daf7a458520799bfbf4368851434c67029324 Closes-Bug: #1512870 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cfe656a66c..07cceed1af 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ usedevelop = True install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = pip install oslo.utils===2.5.0 +commands = pip install pymongo===3.0.3 {envpython} run_tests.py python setup.py testr --slowest {envpython} generate_examples.py