Merge "Fix debug tox environment"

This commit is contained in:
Zuul 2019-03-06 19:05:57 +00:00 committed by Gerrit Code Review
commit b22dd1cd82
1 changed files with 2 additions and 5 deletions

View File

@ -6,11 +6,8 @@ envlist = py37,py36,py27,pep8,releasenotes
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
TESTS_DIR=./keystonemiddleware/tests/unit/
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt