You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/04/11 14:22:05 UTC

[arrow] branch master updated: ARROW-2097: [CI, Python] Reduce Travis-CI verbosity

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ed7db7c  ARROW-2097: [CI, Python] Reduce Travis-CI verbosity
ed7db7c is described below

commit ed7db7cbf8cfc93039e4bc3c505f7f9a4f9d9425
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Wed Apr 11 16:21:48 2018 +0200

    ARROW-2097: [CI, Python] Reduce Travis-CI verbosity
    
    Python tests with Valgrind enabled produce very long output in verbose mode.
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #1883 from pitrou/ARROW-2097-reduce-pytest-verbosity and squashes the following commits:
    
    588917e <Antoine Pitrou> ARROW-2097:  Reduce Travis-CI verbosity
---
 ci/travis_script_python.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/travis_script_python.sh b/ci/travis_script_python.sh
index a776c42..8421e5c 100755
--- a/ci/travis_script_python.sh
+++ b/ci/travis_script_python.sh
@@ -84,7 +84,7 @@ fi
 export PYARROW_BUILD_TYPE=$ARROW_BUILD_TYPE
 
 pip install -q -r requirements.txt
-python setup.py build_ext --with-parquet --with-plasma --with-orc\
+python setup.py build_ext -q --with-parquet --with-plasma --with-orc\
        install -q --single-version-externally-managed --record=record.text
 popd
 
@@ -105,7 +105,7 @@ if [ $TRAVIS_OS_NAME == "linux" ]; then
 fi
 
 PYARROW_PATH=$CONDA_PREFIX/lib/python$PYTHON_VERSION/site-packages/pyarrow
-python -m pytest -vv -r sxX --durations=15 -s $PYARROW_PATH --parquet
+python -m pytest -r sxX --durations=15 $PYARROW_PATH --parquet
 
 if [ "$PYTHON_VERSION" == "3.6" ] && [ $TRAVIS_OS_NAME == "linux" ]; then
   # Build documentation once

-- 
To stop receiving notification emails like this one, please contact
apitrou@apache.org.