diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-05-11 15:37:58 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-05-11 15:37:58 -0700 |
commit | 96a40bd197fb73a89239b8eea5fee2891a4433a0 (patch) | |
tree | faa409bb36634f1ea4e1a335008ab3f24255faea /pytest.ini | |
parent | 0f19dae081e6678902826b195e0d3857c5b4c2b3 (diff) | |
download | numpy-96a40bd197fb73a89239b8eea5fee2891a4433a0.tar.gz |
BLD: Make CI pass again with pytest 4.5
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 4748e3575..1ddfb6009 100644 --- a/pytest.ini +++ b/pytest.ini @@ -24,3 +24,7 @@ filterwarnings = env = PYTHONHASHSEED=0 + +markers = + valgrind_error: Known to cause errors under valgrind + slow: Tests which are slow |