-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 all() unroll for non-generators/non-list comprehensions #5360
Conversation
4d01c18
to
58657cf
Compare
Codecov Report
@@ Coverage Diff @@
## master #5360 +/- ##
==========================================
- Coverage 94.34% 92.53% -1.81%
==========================================
Files 115 115
Lines 26391 26399 +8
Branches 2607 2606 -1
==========================================
- Hits 24899 24429 -470
- Misses 1180 1643 +463
- Partials 312 327 +15
Continue to review full report at Codecov.
|
58657cf
to
9e488c3
Compare
9e488c3
to
acdf30a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can backport this one, I want to try a different procedure and write some stuff up so it's less mysterious |
Sure, please go ahead! 👍 😁 |
btw I think we need to make a 4.6.1 release with this fix, as it simply breaks the entire test run and without a clear workaround other than disabling assertion rewriting entirely. |
happy to do that as well 👍 -- shall I release from master or should we try our first release from the maintenance branch? |
Let's do it from the maintenance branch. 👍 |
[4.6] Fix all() unroll for non-generators/non-list comprehensions (#5360)
This reverts commit 5ac498e. The idea is that maybe pytest-dev#5360 fixes the failures here also.
Fix #5358