[doc] Note lack of constraints is a choice

Change-Id: Iffdebf83a4701a9afe72108b1950464399c54bc8
This commit is contained in:
Tony Breeds 2016-12-21 09:47:11 +11:00
parent ade3613b21
commit a6d7757475
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ install_command = pip install -U {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=panko/tests/unit
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
commands =
{toxinidir}/tools/pretty_tox.sh "{posargs}"