You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?