-
Notifications
You must be signed in to change notification settings - Fork 124
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
regression for firstresult hook without implementation #68
Comments
@RonnyPfannschmidt shoot! |
Only return the first result when at least one result has been returned by underlying hook implementations. Fixes pytest-dev#68
Only return the first result when at least one result has been returned by underlying hook implementations. Fixes pytest-dev#68
@RonnyPfannschmidt got a fix up. Isn't it a bit odd that the res = xom.config.hook.devpiserver_cmdline_run(xom=xom) which according to the spec is supposed to return an exit code? Maybe I'm missing something but that seems like odd behaviour that all impls are called without any handling the cmdline (or maybe not returning a result when they're supposed to)? |
Only return the first result when at least one result has been returned by underlying hook implementations. Fixes pytest-dev#68
Fixes pytest-dev#68 and get's pytest-dev#69 into the wild stat!
devpi/devpi#458
is triggered by https://github.com/pytest-dev/pluggy/pull/58/files#diff-85f4be4e30ec3b4f3d53843b24d72141R109
@tgoodlet i beleive a test is needed for those edge behaviours
The text was updated successfully, but these errors were encountered: