File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
PANDAS_FUTURE_INFER_STRING : ${{ matrix.pandas_future_infer_string || '0' }}
97
97
TEST_ARGS : ${{ matrix.test_args || '' }}
98
98
PYTEST_WORKERS : ' auto'
99
- PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas' }}
99
+ PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas/tests/io/test_sql.py ' }}
100
100
# Clipboard tests
101
101
QT_QPA_PLATFORM : offscreen
102
102
REMOVE_PYARROW : ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export PYTHONHASHSEED
8
8
9
9
COVERAGE=" -s --cov=pandas --cov-report=xml --cov-append --cov-config=pyproject.toml"
10
10
11
- PYTEST_CMD=" MESONPY_EDITABLE_VERBOSE=1 PYTHONDEVMODE=1 PYTHONWARNDEFAULTENCODING=1 pytest -vv -rfE -n $PYTEST_WORKERS --dist=worksteal $TEST_ARGS $COVERAGE pandas/io/tests/test_sql.py "
11
+ PYTEST_CMD=" MESONPY_EDITABLE_VERBOSE=1 PYTHONDEVMODE=1 PYTHONWARNDEFAULTENCODING=1 pytest -vv -rfE -n $PYTEST_WORKERS --dist=worksteal $TEST_ARGS $COVERAGE $PYTEST_TARGET "
12
12
13
13
if [[ " $PATTERN " ]]; then
14
14
PYTEST_CMD=" $PYTEST_CMD -m \" $PATTERN \" "
You can’t perform that action at this time.
0 commit comments