From c09fadcc8220f4ac80f0dcc4d82d22f58ef2d6c1 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 19 Dec 2018 09:25:12 +0200 Subject: DEV: add pypy3 to azure CI --- numpy/testing/_private/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/testing/_private/utils.py') diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py index 1f7b516b3..3ace84415 100644 --- a/numpy/testing/_private/utils.py +++ b/numpy/testing/_private/utils.py @@ -2245,6 +2245,7 @@ def _assert_no_gc_cycles_context(name=None): # not meaningful to test if there is no refcounting if not HAS_REFCOUNT: + yield return assert_(gc.isenabled()) -- cgit v1.2.1