-
Notifications
You must be signed in to change notification settings - Fork 234
better document that -s (capture=no) doesn't work with xdist #296
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
-s doesn't work with xdist and gets disabled |
Thanks for the answer, probably this should be somewhere in the docs. |
What would be a good place to put it? Maybe the second entry in the FAQ section? |
i think so |
Also, I've noticed that pytest-xdist/example/loadscope/tox.ini Line 11 in 2c66187
And in tests: pytest-xdist/testing/acceptance_test.py Line 406 in 11e3599
Should we remove it or it's somehow intended (then it looks misleading)? |
Is there really no way to pass |
Hi, I want to print some info in stdout, so I use
-s
pytest option. It works fine unless I also use xdist with something like-n 2
. In this case, logs got captured and I don't see anything.Am I missing something?
The text was updated successfully, but these errors were encountered: