Merge "Use master branch of python-subunit to generate reports"

This commit is contained in:
Zuul 2019-12-19 06:29:51 +00:00 committed by Gerrit Code Review
commit 99d58382ab
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Requirements file for 'report' Tox environment
os-testr>=1.0 # Apache 2.0
os-testr>=1.0 # Apache-2.0
stestr>=2.0 # Apache-2.0

View File

@ -198,8 +198,11 @@ commands =
# --- CI report environments --------------------------------------------------
[testenv:report]
basepython=python2.7
skipsdist=True
usedevelop = False
deps = -r {toxinidir}/report-requirements.txt
passenv = {[base]passenv}
setenv = {[base]setenv}
commands = {toxinidir}/tools/ci/make_report
commands =
pip install git+https://github.com/testing-cabal/subunit.git@master
{toxinidir}/tools/ci/make_report