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 7e491bb commit 62dfdebCopy full SHA for 62dfdeb
doc/src/install.rst
@@ -12,6 +12,16 @@ System requirements
12
(Python 3.1 is not supported by pytest 2.8.0 itself.)
13
14
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
25
Download
26
--------
27
0 commit comments