We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b125c3 commit e11366eCopy full SHA for e11366e
conda-recipe/run_test.bat
@@ -37,10 +37,5 @@ if %errorlevel% neq 0 exit 1
37
"%PYTHON%" -m dpctl -f
38
if %errorlevel% neq 0 exit 1
39
40
-set SKIP_TENSOR_TESTS=1
41
"%PYTHON%" -m pytest -ra --pyargs dpnp
42
43
-
44
-set SKIP_TENSOR_TESTS=
45
-"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.tensor
46
-if %errorlevel% neq 0 exit 1
conda-recipe/run_test.sh
@@ -37,7 +37,4 @@ set -e
$PYTHON -c "import dpnp; print(dpnp.__version__)"
$PYTHON -m dpctl -f
-SKIP_TENSOR_TESTS=1 $PYTHON -m pytest -ra --pyargs dpnp
-$PYTHON -m pytest -ra --pyargs dpnp.tests.tensor
+$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments