summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-12-10 09:46:41 +0200
committermattip <matti.picus@gmail.com>2019-12-10 09:46:41 +0200
commit7914ad1763b066ff7cc42d00f7eecaf5b49011e7 (patch)
treed3f651ce80eecf08534ef6e910badf106a0889b2 /pytest.ini
parentbf9614b3253e9ef4dbbcef1f48751955b8f2a598 (diff)
downloadnumpy-7914ad1763b066ff7cc42d00f7eecaf5b49011e7.tar.gz
TST: add value to pytest.ini for pytest6 compatibility
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
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