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:
Tobias Gruetzmacher 2019-12-29 02:29:22 +01:00
parent 58611fe600
commit e1f712d194

View file

@ -41,3 +41,4 @@ min-version = 2.7
[pytest]
filterwarnings = default
junit_family = xunit2