From 57d7ee58abd5740319baeaf48dff1801320d3c50 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 21 Dec 2016 09:48:37 +1100 Subject: [PATCH] [doc] Note lack of constraints is a choice Change-Id: Id45d71ac141b0523077809633905b5016d7180fc --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9df1743..715bcc1 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ passenv = GNOCCHI_* OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_C deps = .[test] http://tarballs.openstack.org/gnocchi/gnocchi-master.tar.gz#egg=gnocchi[postgresql,file] pifpaf +# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt commands = pifpaf run gnocchi -- python setup.py test --slowest --testr-args='{posargs}' [testenv:pep8]