We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8466564 commit ff291f2Copy full SHA for ff291f2
ci/run_tests.sh
@@ -8,7 +8,7 @@ export PYTHONHASHSEED
8
9
COVERAGE="-s --cov=pandas --cov-report=xml --cov-append --cov-config=pyproject.toml"
10
11
-PYTEST_CMD="MESONPY_EDITABLE_VERBOSE=1 PYTHONDEVMODE=1 PYTHONWARNDEFAULTENCODING=1 pytest -r fE -n $PYTEST_WORKERS --dist=worksteal $TEST_ARGS $COVERAGE $PYTEST_TARGET"
+PYTEST_CMD="MESONPY_EDITABLE_VERBOSE=1 PYTHONDEVMODE=1 PYTHONWARNDEFAULTENCODING=1 pytest -r -vv fE -n $PYTEST_WORKERS --dist=worksteal $TEST_ARGS $COVERAGE $PYTEST_TARGET"
12
13
if [[ "$PATTERN" ]]; then
14
PYTEST_CMD="$PYTEST_CMD -m \"$PATTERN\""
0 commit comments