From bced7c52de8c277a45dc5d49776ae5559a8f65f4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 12 May 2020 23:13:57 +0200 Subject: [PATCH] tox.ini: use xunit2 format for pytest results --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 829b124..885b8c5 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,7 @@ commands = /bin/bash -c "./pylint.sh src/*/" [pytest] +junit_family=xunit2 filterwarnings = error # there is nothing we can do about that