enable debug output for tests

Change-Id: Iee6bd1af71ce59af0772e95fc21514c087fa0f07
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-01 14:24:50 -04:00
parent ac97329770
commit dab96f3911
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ usedevelop = True
install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_DEBUG=1
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt