diff --git a/doc/contributing.rst b/doc/contributing.rst index d73d18d5df7..779aba7536a 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -628,13 +628,7 @@ Or with one of the following constructs:: pytest xarray/tests/[test-module].py::[TestClass]::[test_method] 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:: +speed up local testing on multicore machines, by running pytest with the optional -n argument:: pytest xarray -n 4