Skip to content

Commit e852ee0

Browse files
committed
add debug
1 parent 1bfb9f3 commit e852ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deps/azure-37-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- pytz
77
- Cython>=0.28.2
88
# universal
9-
- pytest>=4.0.2,<5.0.0
9+
- pytest>=4.0.2
1010
- pytest-xdist
1111
- pytest-mock
1212
- hypothesis>=3.58.0

ci/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ do
4545
NUM_JOBS=2
4646
fi
4747

48-
PYTEST_CMD="pytest -m \"$TYPE_PATTERN$PATTERN\" -n $NUM_JOBS -s --strict --durations=10 --junitxml=test-data-$TYPE.xml $TEST_ARGS $COVERAGE pandas"
48+
PYTEST_CMD="pytest -m \"$TYPE_PATTERN$PATTERN\" -n $NUM_JOBS -s --strict --durations=10 --junitxml=test-data-$TYPE.xml -v $TEST_ARGS $COVERAGE pandas"
4949
echo $PYTEST_CMD
5050
# if no tests are found (the case of "single and slow"), pytest exits with code 5, and would make the script fail, if not for the below code
5151
sh -c "$PYTEST_CMD; ret=\$?; [ \$ret = 5 ] && exit 0 || exit \$ret"

0 commit comments

Comments
 (0)