From 7914ad1763b066ff7cc42d00f7eecaf5b49011e7 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 10 Dec 2019 09:46:41 +0200 Subject: TST: add value to pytest.ini for pytest6 compatibility --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 4748e3575..74faefd6e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,7 @@ addopts = -l norecursedirs = doc tools numpy/linalg/lapack_lite numpy/core/code_generators doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES +junit_family=xunit2 filterwarnings = error -- cgit v1.2.1