Use master branch of python-subunit to generate reports
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:
- 58c3d36426
Change-Id: I393855fbc81aad4d917e527a935bdb8ce6df13cb
changes/02/699702/2
parent
76dd641cc5
commit
9064bc0a11
@ -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
|
||||
|
Loading…
Reference in New Issue