Skip to content

Commit 62dfdeb

Browse files
committed
Document incompatibility with parallelization in pytest-xdist. Close #8.
1 parent 7e491bb commit 62dfdeb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/install.rst

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

1414

15+
Interaction with other packages
16+
-------------------------------
17+
18+
pytest-xdist
19+
pytest-xdist features test run parallelization,
20+
e.g. distributing tests over separate processes that run in
21+
parallel. This is based on the assumption that the tests can be
22+
run independent of each other. pytest-dependency will only work
23+
if you disable parallelization in pytest-xdist.
24+
1525
Download
1626
--------
1727

0 commit comments

Comments
 (0)