You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also wanted this myself, sometimes I just want to quickly run the pandas tests without waiting for the much slower modin / dask ones. Currently the only way to do that is to uninstall modin and/or dask, but it would be really nice if we could do something like
pytest -m 'pandas,polars,pandas[pyarrow]'
The text was updated successfully, but these errors were encountered:
From a request in rapidsai/cudf#17662 (comment)
I've also wanted this myself, sometimes I just want to quickly run the pandas tests without waiting for the much slower modin / dask ones. Currently the only way to do that is to uninstall modin and/or dask, but it would be really nice if we could do something like
The text was updated successfully, but these errors were encountered: