File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9696 PANDAS_FUTURE_INFER_STRING : ${{ matrix.pandas_future_infer_string || '0' }}
9797 TEST_ARGS : ${{ matrix.test_args || '' }}
9898 PYTEST_WORKERS : ' auto'
99- PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas' }}
99+ PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas/tests/io/test_sql.py ' }}
100100 # Clipboard tests
101101 QT_QPA_PLATFORM : offscreen
102102 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
88
99COVERAGE=" -s --cov=pandas --cov-report=xml --cov-append --cov-config=pyproject.toml"
1010
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 "
1212
1313if [[ " $PATTERN " ]]; then
1414 PYTEST_CMD=" $PYTEST_CMD -m \" $PATTERN \" "
You can’t perform that action at this time.
0 commit comments