summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-02 14:45:28 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-04-04 06:26:53 -0600
commitbb73a6ae38e2e1ee2c74363857bfc93cac37ecc1 (patch)
treebd3a748be506724ce8424fba6d2fa55b7dce6139 /pytest.ini
parentbbd72df8d5fa94fc2836210c24cf68103507cabd (diff)
downloadnumpy-bb73a6ae38e2e1ee2c74363857bfc93cac37ecc1.tar.gz
TST: Update pytest.ini and PytestTester
* Make PytestTester callable. * Rename 'timer' to 'durations', corresponding with pytest. * Offset 'verbose', no entry is now '-q'. * Move some `ignore` warnings into PytestTester so that they affect releases, not just develop.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index e901beb8c..2423857b0 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts = -l -q
+addopts = -l
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/core/code_generators
doctest_optionflags = NORMALIZE_WHITESPACE