Skip to content

Commit

Permalink
Remove suggestion to install pytest-xdist in docs (#5713)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcaria authored Aug 19, 2021
1 parent b7737f2 commit efe7e5f
Showing 1 changed file with 1 addition and 7 deletions.
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

0 comments on commit efe7e5f

Please sign in to comment.