-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Use latest pluggy #2730
Comments
Took a quick stab at this but it seems there's a problem (or misinterpretation on my part) on how
Here's the code for Lines 65 to 70 in 0824076
That's using |
@tgoodlet yay - this means we missed and important core detail of pluggy that @hpk42 never had a correct test for ^^ and 0.5.1 is not actually good, just not completely broken |
@nicoddemus hah! Nice catch. I think the difference here is that the way the original I can see 2 ways to handle this:
I personally vote for the latter. I'll suggest a test and fix |
@RonnyPfannschmidt yes you're totally right. Either way sounds like we'll have 2 patch releases in 2 days...yey |
@tgoodlet well its not too bad because there is no pytest release yet that we did break, but its a pain that we cause tox/devpi users trouble |
@RonnyPfannschmidt yeah definitely not great. Alright looking at a fix. |
@RonnyPfannschmidt @nicoddemus please see pytest-dev/pluggy#72 Sorry about the lack of thoroughness with this. I should really at least run the Would you guys be ok if I did run the latest version of |
@tgoodlet we also need a job on pytest to test regulary with latest pluggy and in future attrs as well |
@RonnyPfannschmidt sounds like a good plan. |
Latest version is now 0.5.1.
The list of benefits includes:
_MultiCall
loop usingfor
instead ofwhile
__multicall__
The text was updated successfully, but these errors were encountered: