From 4e6f65b02d1aa06b7c553d08d0ba1203b64df311 Mon Sep 17 00:00:00 2001 From: Giacomo Caria Date: Tue, 17 Aug 2021 21:33:37 +0200 Subject: [PATCH] Remove suggestion to install pytest-xdist in docs --- doc/contributing.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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