-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: plugin wrapper repr not helpful #114
fix: plugin wrapper repr not helpful #114
Conversation
(PS: I copied the wrong output above, it actually shows the function repr in the current implementation, instead of only the |
Ah, this is useful in CI, too!
So the CI has repo-review installed, which also provides a plugin. This test seems a little fragile? |
FYI, if you enable "always suggest updating branches" in the repo settings, I'll get a button that will allow be to rebase without having to leave the webpage. :) |
Signed-off-by: Henry Schreiner <[email protected]>
95e4f7a
to
7b1be41
Compare
Done. Thank you, I was not aware of that. |
Yeah, a bit. I was waiting the "3 strike rule" to change it, so for now I just patched it to ignore everything that is not |
My solution (originally in #115) was to simply ensure that the excluded plugin was not in the list of plugins ( |
Co-authored-by: Anderson Bravalheri <[email protected]>
I was seeing
In the pytest failures messages. This instead produces a much more helpful:
Which makes the problem clear (I can't have a plugin installed into the testing environment).