-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
The suggestion is
Using pytest-xdist, one can speed up local testing on multicore machines. To use this feature, you will need to install pytest-xdist via:
pip install pytest-xdist
Then, run pytest with the optional -n argument:
pytest xarray -n 4
pytest-xdist is in the environment (https://github.com/pydata/xarray/blob/main/ci/requirements/environment.yml#L39) no need to reinstall
max-sixty