Skip to content

Commit 0fbdeff

Browse files
committed
Remove suggestion to install pytest-xdist in docs
1 parent 4109966 commit 0fbdeff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/contributing.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -628,13 +628,7 @@ Or with one of the following constructs::
628628
pytest xarray/tests/[test-module].py::[TestClass]::[test_method]
629629
630630
Using `pytest-xdist <https://pypi.python.org/pypi/pytest-xdist>`_, one can
631-
speed up local testing on multicore machines. To use this feature, you will
632-
need to install `pytest-xdist` via::
633-
634-
pip install pytest-xdist
635-
636-
637-
Then, run pytest with the optional -n argument::
631+
speed up local testing on multicore machines. by running pytest with the optional -n argument::
638632
639633
pytest xarray -n 4
640634

0 commit comments

Comments
 (0)