summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/tests/test_multiarray_assignment.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/tests/test_multiarray_assignment.py b/numpy/core/tests/test_multiarray_assignment.py
index 43f586db1..29ddcf906 100644
--- a/numpy/core/tests/test_multiarray_assignment.py
+++ b/numpy/core/tests/test_multiarray_assignment.py
@@ -66,8 +66,6 @@ def _check_assignment(srcidx, dstidx):
assert np.all(arr == cpy), 'assigning arr[%s] = arr[%s]' % (dstidx, srcidx)
-# nose doesn't expect methods to be generators but functions can be,
-# so we use a function not a Test class here.
def test_overlapping_assignments():
"""Test automatically generated assignments which overlap in memory."""