Replies: 1 comment 2 replies
-
due to how xdist is implemented, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a problem that I have with our tests running in parallel, but I have hit couple of issues that have made my life a little harder 😓 .
I'm trying to run the following code:
If I run the above tests with the following command
pytest test_scope.py -s -v
the print statements are shown correctly in the std output:but I run them in paralllel, -s seems to have no effect
pytest test_scope.py -s -v -n 2
Any ideas, or am I missing something? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions