Skip to content

Commit e11366e

Browse files
Remove separate test runs in conda-recipe
1 parent 9b125c3 commit e11366e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

conda-recipe/run_test.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,5 @@ if %errorlevel% neq 0 exit 1
3737
"%PYTHON%" -m dpctl -f
3838
if %errorlevel% neq 0 exit 1
3939

40-
set SKIP_TENSOR_TESTS=1
4140
"%PYTHON%" -m pytest -ra --pyargs dpnp
4241
if %errorlevel% neq 0 exit 1
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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ set -e
3737

3838
$PYTHON -c "import dpnp; print(dpnp.__version__)"
3939
$PYTHON -m dpctl -f
40-
41-
SKIP_TENSOR_TESTS=1 $PYTHON -m pytest -ra --pyargs dpnp
42-
43-
$PYTHON -m pytest -ra --pyargs dpnp.tests.tensor
40+
$PYTHON -m pytest -ra --pyargs dpnp

0 commit comments

Comments
 (0)