summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@tesora.com>2016-03-08 21:12:11 -0500
committerAmrith Kumar <amrith@tesora.com>2016-03-08 21:12:11 -0500
commitf7cda9912da2ca92a23f46cdc6f3c51ce1ac8499 (patch)
treec0e51fc32c9e9df76e3a5ebd165dfe8ddf9ce5f6 /tox.ini
parentffcc149891c4efa7538374299894668533aedaff (diff)
downloadtrove-f7cda9912da2ca92a23f46cdc6f3c51ce1ac8499.tar.gz
Block pymongo version 3.1
pymongo version 3.1 produces segmentation faults when running unit tests and has broken the trove gate, see bug 1512870. This is one part of the solution, the other part of the solution is to push the change to global-requirements.txt. That's in the review https://review.openstack.org/#/c/290233/2 Change-Id: I0ac00931cc696e53f1845b60c23f84c9846a6a5e Depends-On: I94dd0d031bb2c6ecae45ec9482cc2f481e77ce03 Closes-Bug: 1554838 Related-Bug: 1512870
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 824b6510..2d32d7a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find ./trove -type f -name "*.pyc" -delete
- pip install pymongo===3.0.3
{envpython} run_tests.py
python setup.py testr --slowest
{envpython} generate_examples.py