Skip to content

Commit be9d9e6

Browse files
committed
remove skip leftovers
1 parent 21a52c4 commit be9d9e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/tests/test_umath.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def get_id(val):
7878
@pytest.mark.parametrize("test_cases", test_cases, ids=get_id)
7979
def test_umaths(test_cases):
8080
umath, args_str = test_cases
81-
if umath in new_umaths_numpy_20:
82-
pytest.skip("new umaths from numpy 2.0 are not supported yet")
8381

8482
if umath in ["matmul", "matvec", "vecmat"]:
8583
sh = (4, 4)

0 commit comments

Comments
 (0)