Document that -s doesn't work with pytest-xdist

Fix #296
This commit is contained in:
Bruno Oliveira
2021-05-27 10:46:23 -03:00
parent 10ec3af8a0
commit f75479f7f3

View File

@@ -45,6 +45,9 @@ If you would like to know how pytest-xdist works under the covers, checkout
`OVERVIEW <https://github.com/pytest-dev/pytest-xdist/blob/master/OVERVIEW.md>`_.
**NOTE**: due to how pytest-xdist is implemented, the ``-s/--capture=no`` option does not work.
Installation
------------