Skip to content

Commit e9b55fa

Browse files
committed
Add a hint on pytest-order to the install instructions
1 parent c77ae89 commit e9b55fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/src/install.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ System requirements
1414
Interaction with other packages
1515
-------------------------------
1616

17-
pytest-xdist
17+
`pytest-order`_
18+
pytest-dependency is based on the assumption that dependencies are
19+
run before the test that depends on them. If this assumption is
20+
not satisfied in the default execution order in pytest, you may
21+
want to have a look on pytest-order. It implements reordering of
22+
tests and supports taking the dependencies into account.
23+
24+
`pytest-xdist`_
1825
pytest-xdist features test run parallelization, e.g. distributing
1926
tests over separate processes that run in parallel. This is based
2027
on the assumption that the tests can be run independent of each
@@ -58,3 +65,5 @@ version from PyPI, see above.
5865

5966
.. _setuptools: http://pypi.python.org/pypi/setuptools/
6067
.. _pytest: http://pytest.org/
68+
.. _pytest-order: https://github.com/pytest-dev/pytest-order
69+
.. _pytest-xdist: https://github.com/pytest-dev/pytest-xdist

0 commit comments

Comments
 (0)