From 9c26934e0e88ce25051004300129284809b990a2 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 3 Dec 2019 19:18:27 +0100 Subject: [PATCH] tox.ini: hide pytest warning about junit_family --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 56a6c17..f04c621 100644 --- a/tox.ini +++ b/tox.ini @@ -47,3 +47,6 @@ deps = pylint-django<0.8.1 commands = pylint: ./pylint.sh mellon + +[pytest] +junit_family=legacy