Skip to content

Commit

Permalink
remove pytest verbose flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 3, 2020
1 parent 026e5fb commit 3e96949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/release/verify-release-candidate.sh
Expand Up @@ -613,7 +613,7 @@ test_linux_wheels() {
pip install -r ${ARROW_DIR}/python/requirements-test.txt

# execute the tests
pytest -sv --pyargs pyarrow
pytest --pyargs pyarrow
done

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

# execute the tests
pytest -sv --pyargs pyarrow
pytest --pyargs pyarrow

conda deactivate
done
Expand Down

0 comments on commit 3e96949

Please sign in to comment.