diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-02 14:45:28 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-04-04 06:26:53 -0600 |
commit | bb73a6ae38e2e1ee2c74363857bfc93cac37ecc1 (patch) | |
tree | bd3a748be506724ce8424fba6d2fa55b7dce6139 /pytest.ini | |
parent | bbd72df8d5fa94fc2836210c24cf68103507cabd (diff) | |
download | numpy-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.ini | 2 |
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 |