From e1f712d1940a3d04c27e2d75ba4beeff52980f05 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sun, 29 Dec 2019 02:29:22 +0100 Subject: [PATCH] pytest: Use xunit2 format for XML output This will be the default in pytest 6 - switch now to make sure Jenkins can handle it. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 76eff28f9..586253e47 100644 --- a/tox.ini +++ b/tox.ini @@ -41,3 +41,4 @@ min-version = 2.7 [pytest] filterwarnings = default +junit_family = xunit2