From 7e7373412c93d709fb051481aae241ccdf758611 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 10 Apr 2020 11:38:22 +0200 Subject: [PATCH] tox.ini: clear warning about pytest's junit_family option --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b9d7efb..0bd0b0f 100644 --- a/tox.ini +++ b/tox.ini @@ -26,3 +26,4 @@ filterwarnings = ignore:defusedxml.lxml is no longer supported.* markers = update_data +junit_family=xunit2