Skip to content

Commit 36cabe5

Browse files
committed
Run scope of histogram tests separately
1 parent fc14877 commit 36cabe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conda-recipe/run_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ set -e
3737

3838
$PYTHON -c "import dpnp; print(dpnp.__version__)"
3939
$PYTHON -m dpctl -f
40+
41+
$PYTHON -c "import dpctl, dpctl.utils; dev = dpctl.select_default_device(); dev_info = dpctl.utils.intel_device_info(dev); print(dev_info)"
42+
$PYTHON -m pytest -sv --pyargs dpnp.tests.test_histogram
43+
4044
$PYTHON -m pytest -ra --pyargs dpnp

0 commit comments

Comments
 (0)