summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_arrayprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/tests/test_arrayprint.py')
-rw-r--r--numpy/core/tests/test_arrayprint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/tests/test_arrayprint.py b/numpy/core/tests/test_arrayprint.py
index 309df8545..6c2403e67 100644
--- a/numpy/core/tests/test_arrayprint.py
+++ b/numpy/core/tests/test_arrayprint.py
@@ -5,7 +5,7 @@ import sys, gc
import numpy as np
from numpy.testing import (
- run_module_suite, assert_, assert_equal, assert_raises, assert_warns, dec
+ run_module_suite, assert_, assert_equal, assert_raises, assert_warns, dec,
)
import textwrap
@@ -388,6 +388,7 @@ class TestArray2String(object):
"[ 'xxxxx']"
)
+ @dec._needs_refcount
def test_refcount(self):
# make sure we do not hold references to the array due to a recursive
# closure (gh-10620)