Skip to content

Commit de1c46d

Browse files
committed
dpnp.exceptions is not implemented
1 parent 3a8cb9b commit de1c46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/third_party/cupy/test_init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def test_bitwise_not_is_invert(self):
145145
assert xp.bitwise_not is xp.invert
146146

147147

148+
@pytest.mark.skip("dpnp.exceptions is not implemented")
148149
@testing.with_requires("numpy>=2.0")
149150
@pytest.mark.parametrize(
150151
"name",

0 commit comments

Comments
 (0)