We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4109966 commit 4e6f65bCopy full SHA for 4e6f65b
doc/contributing.rst
@@ -628,13 +628,7 @@ Or with one of the following constructs::
628
pytest xarray/tests/[test-module].py::[TestClass]::[test_method]
629
630
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::
+speed up local testing on multicore machines, by running pytest with the optional -n argument::
638
639
pytest xarray -n 4
640
0 commit comments