Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,7 @@ Or with one of the following constructs::
pytest xarray/tests/[test-module].py::[TestClass]::[test_method]

Using `pytest-xdist <https://pypi.python.org/pypi/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::
speed up local testing on multicore machines, by running pytest with the optional -n argument::

pytest xarray -n 4

Expand Down