Skip to content

Commit 6416c94

Browse files
committed
Document configuration for pytest-xdist.
1 parent 2fa78f1 commit 6416c94

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/src/configuration.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This section explains configuration options for pytest-dependency, but
55
also options for pytest itself or other plugins that are recommended
66
for the use with pytest-dependency.
77

8+
Notes on configuration for other plugins
9+
----------------------------------------
10+
11+
pytest-xdist
12+
Test run parallelization in pytest-xdist is incompatible with
13+
pytest-dependency, see :ref:`install-other-packages`. By default,
14+
parallelization is disabled in pytest-xdist (`--dist=no`). You are
15+
advised to leave this default.
16+
817
Configuration file options
918
--------------------------
1019

doc/src/install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ System requirements
1212
(Python 3.1 is not supported by pytest 2.8.0 itself.)
1313

1414

15+
.. _install-other-packages:
16+
1517
Interaction with other packages
1618
-------------------------------
1719

0 commit comments

Comments
 (0)