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 cab2f48 commit a1c54ccCopy full SHA for a1c54cc
conda-recipe/run_test.bat
@@ -37,5 +37,5 @@ if errorlevel 1 exit 1
37
"%PYTHON%" -m dpctl -f
38
if errorlevel 1 exit 1
39
40
-"%PYTHON%" -m pytest -q -ra --disable-warnings --pyargs dpnp -vv
+"%PYTHON%" -m pytest -ra --pyargs dpnp
41
conda-recipe/run_test.sh
@@ -37,4 +37,4 @@ set -e
$PYTHON -c "import dpnp; print(dpnp.__version__)"
$PYTHON -m dpctl -f
-$PYTHON -m pytest -q -ra --disable-warnings --pyargs dpnp -vv
+$PYTHON -m pytest -ra --pyargs dpnp
0 commit comments