Skip to content

Commit fd5c511

Browse files
committed
dparray tests skipped pending submodule removal
1 parent 179ce15 commit fd5c511

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dpctl/tests/test_dparray.py

+5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@
1818
"""
1919

2020
import numpy
21+
import pytest
2122

2223
from dpctl.tensor import numpy_usm_shared as dparray
2324

25+
pytestmark = pytest.mark.skip(
26+
"skipping numpy_usm_shared unit tests pending submodule removal"
27+
)
28+
2429

2530
def get_arg():
2631
X = dparray.ndarray((256, 4), dtype="d")

0 commit comments

Comments
 (0)