From 739cd3463e27c2f7f1ee1c40150d0183a0b4f519 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 21 Dec 2016 09:42:44 +1100 Subject: [PATCH] [doc] Note lack of constraints is a choice Change-Id: I1eb824e155a6b868d7dd2b4a1308492c9e86abc2 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 41288d74..bbf85cfb 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,elast [testenv] deps = .[mongo,mysql,postgresql,gnocchi] -r{toxinidir}/test-requirements.txt +# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt install_command = pip install -U {opts} {packages} usedevelop = True setenv = VIRTUAL_ENV={envdir}