From da7e39c07198b742d323b4354901cdf982e46c8d Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Wed, 7 Oct 2020 11:51:49 +0300 Subject: [PATCH] Set junit_family=legacy to keep the same coverage report --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index befe129..143a359 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ DJANGO_SETTINGS_MODULE=settings testpaths=tests addopts=-m "not benchmark" +junit_family=legacy