Skip to content

Commit ecaf289

Browse files
committed
Enable pytest vebose mode
1 parent 8a86064 commit ecaf289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/run_test.sh

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

3838
$PYTHON -c "import dpnp; print(dpnp.__version__)"
3939
$PYTHON -m dpctl -f
40-
$PYTHON -m pytest -ra --pyargs dpnp
40+
$PYTHON -m pytest -ra -sv --pyargs dpnp

0 commit comments

Comments
 (0)