From f32dea9dbcc8f2c524799e746937ce8087e1df28 Mon Sep 17 00:00:00 2001 From: Jordan Harlow <109105754+jharlow-intel@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:01:54 -0600 Subject: [PATCH] debug: remove dpctl -f test command --- conda-recipe/run_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index b2c96df36242..140e66c0bf35 100755 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -35,6 +35,6 @@ fi set -e -$PYTHON -c "import dpnp; print(dpnp.__version__)" -$PYTHON -m dpctl -f +# $PYTHON -c "import dpnp; print(dpnp.__version__)" +# $PYTHON -m dpctl -f $PYTHON -m pytest -ra --pyargs dpnp