9064bc0a11
Last released python-subunit (version 1.3.0) has can't generate xml report file when running on Python 3 We need XML report for downstream CI as Jenkins parse them for viewing detailed test case results. As we are dropping down Python 2 support we must use master branch version of python-subunit package to generate reports until bug fix is not released under via Pip. Required python-subunit change: - https://github.com/testing-cabal/subunit/commit/58c3d364266e7550d3e00e34191eed7df2d36d13 Change-Id: I393855fbc81aad4d917e527a935bdb8ce6df13cb
5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
# Requirements file for 'report' Tox environment
|
|
|
|
os-testr>=1.0 # Apache-2.0
|
|
stestr>=2.0 # Apache-2.0
|