Skip to content

Commit

Permalink
disable incorrect doctest also for Py3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 19, 2014
1 parent a33f16a commit f7172ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memoryview/numpy_memoryview.pyx
Expand Up @@ -406,7 +406,7 @@ cdef class DeallocateMe(object):
# Disabled! References cycles don't seem to be supported by NumPy
# @testcase
def acquire_release_cycle(obj):
"""
DISABLED_DOCSTRING = """
>>> a = np.arange(20, dtype=np.object)
>>> a[10] = DeallocateMe()
>>> acquire_release_cycle(a)
Expand Down

0 comments on commit f7172ef

Please sign in to comment.