fix(stderr): remove the stderr patching hacks#318
fix(stderr): remove the stderr patching hacks#318pavelfeldman merged 1 commit intomicrosoft:masterfrom
Conversation
|
That #158 was the original bug report, did you use the |
Yes, that's the only way to see the system err. |
Yeah thats the thing. If you are not using it, then pytest-xdist is monkey patching it (patching it during the runtime) and then the error occurs. |
|
@mxschmitt still not getting it... I can run this: and it'll work, with no stderr in terminal I can run this: and it'll work, with stderr in terminal Are there any steps to repro the actual issue? |
mxschmitt
left a comment
There was a problem hiding this comment.
I tried to reproduce it: create a test project, playwright + pytest-playwright, using the exact same pytest version and parameters as I did in the original bug-report.
Since I'm not able to reproduce, lets merge I would say and wait for real users who report it.
(This bug report was from an application from my previous company)
A fix for #310
Will this make any bots fail? I am running it locally with
-n 4and things work, is that not xdist?