From db9cc9093677ce61f168fd8381dc2cfd30e2060f Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 2 Feb 2020 15:33:16 +0200 Subject: TST: mark the top 3 slowest tests to save ~10 seconds --- numpy/linalg/tests/test_linalg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/linalg/tests') diff --git a/numpy/linalg/tests/test_linalg.py b/numpy/linalg/tests/test_linalg.py index 59c71d196..ae72c4a38 100644 --- a/numpy/linalg/tests/test_linalg.py +++ b/numpy/linalg/tests/test_linalg.py @@ -1827,6 +1827,7 @@ def test_xerbla_override(): pytest.skip('Numpy xerbla not linked in.') +@pytest.mark.slow def test_sdot_bug_8577(): # Regression test that loading certain other libraries does not # result to wrong results in float32 linear algebra. -- cgit v1.2.1