From 92d74d04ef5de9dfa7f5c91cdb742f5e9a318bc5 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 6 May 2019 08:55:27 -0400 Subject: TEST: tweak two slow tests to speed them up --- numpy/testing/tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/testing/tests/test_utils.py') diff --git a/numpy/testing/tests/test_utils.py b/numpy/testing/tests/test_utils.py index 9081f3d6e..643d143ee 100644 --- a/numpy/testing/tests/test_utils.py +++ b/numpy/testing/tests/test_utils.py @@ -1498,6 +1498,7 @@ class TestAssertNoGcCycles(object): with assert_raises(AssertionError): assert_no_gc_cycles(make_cycle) + @pytest.mark.slow def test_fails(self): """ Test that in cases where the garbage cannot be collected, we raise an -- cgit v1.2.1