diff options
| author | mattip <matti.picus@gmail.com> | 2019-12-10 09:46:41 +0200 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2019-12-10 09:46:41 +0200 |
| commit | 7914ad1763b066ff7cc42d00f7eecaf5b49011e7 (patch) | |
| tree | d3f651ce80eecf08534ef6e910badf106a0889b2 | |
| parent | bf9614b3253e9ef4dbbcef1f48751955b8f2a598 (diff) | |
| download | numpy-7914ad1763b066ff7cc42d00f7eecaf5b49011e7.tar.gz | |
TST: add value to pytest.ini for pytest6 compatibility
| -rw-r--r-- | pytest.ini | 1 |
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 |
