Skip to content

Commit fa44bf8

Browse files
committed
Drop dependency on dpctl version from the tests
1 parent fe61b28 commit fa44bf8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dpnp/tests/third_party/cupy/core_tests/test_ndarray_elementwise_op.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,11 +625,9 @@ def check_array_boolarray_op(self, op, xp, x_type):
625625
b = xp.array([[3, 1, 4], [-1, -5, -9]], numpy.int8).view(bool)
626626
return op(a, b)
627627

628-
@testing.with_requires("dpctl>=0.22.0dev0")
629628
def test_add_array_boolarray(self):
630629
self.check_array_boolarray_op(operator.add)
631630

632-
@testing.with_requires("dpctl>=0.22.0dev0")
633631
def test_iadd_array_boolarray(self):
634632
self.check_array_boolarray_op(operator.iadd)
635633

0 commit comments

Comments
 (0)