From cd88da06484c30607019ca2f132857f135e523af Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 12 Dec 2019 10:39:00 -0500 Subject: [PATCH] MNT: Set junit_family to suppress pytest warning --- nipype/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/nipype/pytest.ini b/nipype/pytest.ini index c5706c3f75..b963665c4a 100644 --- a/nipype/pytest.ini +++ b/nipype/pytest.ini @@ -4,3 +4,4 @@ addopts = --doctest-modules doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE env = PYTHONHASHSEED=0 +junit_family=xunit2