-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle pytest_warning_captured in workers #341
Comments
Oh oh. What to do about the |
@nicoddemus its a unfixable error as is |
Yep, in hindsight that should have been |
@nicoddemus since we don't have a process for experimenting with api and pluggy doesn't have a tool for renames or changes of hook parameters, a new hook name is needed |
Perhaps, but as it stands at least the warnings are displayed, so I think the current PR is an improvement over not showing anything. |
|
Not according to the docs:
So |
Just to be clear: I'm not saying this is perfect, but we have to take in account a few points:
All of the above are very long term (at least until the next minor release cycle), so the approach proposed here is not a breach of API (according to the documentation) and at least will show warnings from workers. The price? Well, Because of those reasons I still think the current PR is an improvement over the current state of things. |
Indeed my mistake, if none is valid its good to go in |
Currently the warnings are no longer being transferred from workers to master.
The text was updated successfully, but these errors were encountered: