However, the above does not work unless i use pytest as provided in previous discussion, is there any reason why and how can i avoid pytest as pytest log output is not in real time only work if i use the below pytest to run all my above scripts: |
Answered by
mdmintz
Jan 16, 2024
Replies: 1 comment
|
Duplicate of #2006 (comment) Only pytest with pytest-xdist has the thread-locking that’s needed to prevent resource conflicts in UC Mode. (See that link for instructions and details.) |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate of #2006 (comment)
Only pytest with pytest-xdist has the thread-locking that’s needed to prevent resource conflicts in UC Mode. (See that link for instructions and details.)