From: M. Eric Irrgang Date: Fri, 27 Nov 2020 14:12:07 +0000 (+0300) Subject: Explicitly use xunit2 schema for pytest output. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=d4a61f7a414d35efaf45df39cbac173c4694f583;p=alexxy%2Fgromacs.git Explicitly use xunit2 schema for pytest output. Resolves #3717 --- diff --git a/python_packaging/src/test/pytest.ini b/python_packaging/src/test/pytest.ini index 56711bbf76..fe55d2ed64 100644 --- a/python_packaging/src/test/pytest.ini +++ b/python_packaging/src/test/pytest.ini @@ -1,2 +1,2 @@ [pytest] -junit_family=xunit1 +junit_family=xunit2 diff --git a/python_packaging/test/pytest.ini b/python_packaging/test/pytest.ini index 56711bbf76..fe55d2ed64 100644 --- a/python_packaging/test/pytest.ini +++ b/python_packaging/test/pytest.ini @@ -1,2 +1,2 @@ [pytest] -junit_family=xunit1 +junit_family=xunit2