Skip to content

Commit c1b19af

Browse files
Merge up/master into replace_getenv
2 parents fb4e64b + d109770 commit c1b19af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dpctl/tests/test_dparray.py

Lines changed: 5 additions & 0 deletions
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)