5353 # we are not testing pyspark, modin, or dask on Windows here because nobody got time for that
5454 - name : Run pytest
5555 shell : bash
56- run : make run-ci DEPS="--group core-tests --group extra --group plugins --extra pandas" CMD="pytest tests --cov=src --cov=tests --runslow --cov-fail-under=95 --durations=30 --constructors=pandas,pandas[nullable],pandas[pyarrow],pyarrow,polars[eager],polars[lazy],duckdb,sqlframe"
56+ run : make run-ci DEPS="--group core-tests --group sklearn --group plugins --extra pandas" CMD="pytest tests --cov=src --cov=tests --runslow --cov-fail-under=95 --durations=30 --constructors=pandas,pandas[nullable],pandas[pyarrow],pyarrow,polars[eager],polars[lazy],duckdb,sqlframe"
5757
5858 pytest-full-coverage :
5959 if : github.head_ref != 'bump-version'
@@ -77,11 +77,11 @@ jobs:
7777 cache-suffix : pytest-full-coverage-${{ matrix.python-version }}
7878 cache-dependency-glob : " pyproject.toml"
7979 - name : Run pytest
80- run : make run-ci DEPS="--extra pandas --extra dask --group core-tests --group extra --group plugins" CMD="pytest tests --cov=src --cov=tests --cov-fail-under=100 --runslow --durations=30 --constructors=pandas,pandas[nullable],pandas[pyarrow],pyarrow,polars[eager],polars[lazy],dask,duckdb,sqlframe"
80+ run : make run-ci DEPS="--extra pandas --extra dask --group core-tests --group sklearn --group plugins" CMD="pytest tests --cov=src --cov=tests --cov-fail-under=100 --runslow --durations=30 --constructors=pandas,pandas[nullable],pandas[pyarrow],pyarrow,polars[eager],polars[lazy],dask,duckdb,sqlframe"
8181 - name : Run doctests
8282 # reprs differ between versions, so we only run doctests on the latest Python
8383 if : matrix.python-version == '3.13'
84- run : make run-ci DEPS="--extra pandas --extra dask --group core-tests --group extra " CMD="pytest src --doctest-modules"
84+ run : make run-ci DEPS="--extra pandas --extra dask --group core-tests --group sklearn " CMD="pytest src --doctest-modules"
8585
8686 # Test against smaller dependency set, used e.g. on Gentoo.
8787 pytest-narrower-dependencies :
0 commit comments