Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 3e96949

Browse files
committed
remove pytest verbose flags
1 parent 026e5fb commit 3e96949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ test_linux_wheels() {
613613
pip install -r ${ARROW_DIR}/python/requirements-test.txt
614614

615615
# execute the tests
616-
pytest -sv --pyargs pyarrow
616+
pytest --pyargs pyarrow
617617
done
618618

619619
conda deactivate
@@ -646,7 +646,7 @@ test_macos_wheels() {
646646
pip install -r ${ARROW_DIR}/python/requirements-test.txt
647647

648648
# execute the tests
649-
pytest -sv --pyargs pyarrow
649+
pytest --pyargs pyarrow
650650

651651
conda deactivate
652652
done

0 commit comments

Comments
 (0)