pytest: Use xunit2 format for XML output
This will be the default in pytest 6 - switch now to make sure Jenkins can handle it.
This commit is contained in:
parent
58611fe600
commit
e1f712d194
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -41,3 +41,4 @@ min-version = 2.7
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
filterwarnings = default
|
filterwarnings = default
|
||||||
|
junit_family = xunit2
|
||||||
|
|
Loading…
Reference in a new issue