Skip to content

Commit 2bbf9f3

Browse files
committed
Enable third party tests
1 parent 1af66e5 commit 2bbf9f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import unittest
24

35
import numpy
@@ -42,7 +44,6 @@ def test_item(self):
4244
{"shape": (2, 3), "order": "C"},
4345
{"shape": (2, 3), "order": "F"},
4446
)
45-
@pytest.mark.skip("tobytes() method is not supported yet")
4647
class TestNdarrayToBytes(unittest.TestCase):
4748

4849
@testing.for_all_dtypes()

0 commit comments

Comments
 (0)