We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d0964 commit 1fd4e92Copy full SHA for 1fd4e92
ci/run_tests.sh
@@ -24,7 +24,7 @@ if [[ $(uname) == "Linux" && -z $DISPLAY ]]; then
24
XVFB="xvfb-run "
25
fi
26
27
-PYTEST_CMD="${XVFB}pytest -r fEs -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE $PYTEST_TARGET"
+PYTEST_CMD="${XVFB}pytest -v -r fEs -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE $PYTEST_TARGET"
28
29
if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then
30
PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/plotting/"
0 commit comments