We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9ab3e commit 295bc04Copy full SHA for 295bc04
conda-recipe/run_test.bat
@@ -42,13 +42,7 @@ if %errorlevel% neq 0 exit 1
42
"%PYTHON%" -m dpctl -f
43
if %errorlevel% neq 0 exit 1
44
45
-"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
46
-if %errorlevel% neq 0 exit 1
47
-
48
-"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_2in_1out
49
50
51
-"%PYTHON%" -m pytest -ra -v --pyargs dpnp.tests.test_usm_type
+"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type
52
53
54
"%PYTHON%" -m pytest -ra --pyargs dpnp
0 commit comments