Skip to content

Commit 6e34527

Browse files
Add -s flag to run pytest
1 parent 9abb0c8 commit 6e34527

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
@@ -21,7 +21,7 @@ fi
2121

2222
PYARGS="-k test_debug_dppy_numba"
2323
# shellcheck disable=SC2086
24-
pytest -q -ra --disable-warnings --pyargs numba_dppy -vv $PYARGS
24+
pytest -q -s -ra --disable-warnings --pyargs numba_dppy -vv $PYARGS
2525

2626
exit 0
2727

0 commit comments

Comments
 (0)