Skip to content

Commit bea3182

Browse files
committed
removed unnecessary use of @needs_python36 decorator
1 parent aa86704 commit bea3182

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

larray/tests/test_array.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,6 @@ def test_diag():
45574557
assert d.i[1] == 1.0
45584558

45594559

4560-
@needs_python36
45614560
def test_matmul():
45624561
# 2D / anonymous axes
45634562
a1 = ndtest([Axis(3), Axis(3)])
@@ -4712,7 +4711,6 @@ def test_matmul():
47124711
assert_array_equal(arr2d @ arr4d, res)
47134712

47144713

4715-
@needs_python36
47164714
def test_rmatmul():
47174715
a1 = eye(3) * 2
47184716
a2 = ndtest([Axis(3), Axis(3)])
@@ -5070,7 +5068,6 @@ def test_stack():
50705068
assert_array_equal(res, expected)
50715069

50725070

5073-
@needs_python36
50745071
def test_stack_kwargs_no_axis_labels():
50755072
# these tests rely on kwargs ordering, hence python 3.6
50765073

0 commit comments

Comments
 (0)