| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…itgupta-it/pytest into refactor/remove-is-generator
for more information, see https://pre-commit.ci
|
Hi @Zac-HD, I have enabled the xfail for "yield tests" (which has been a no-op since Pytest 4) and turned it into a hard error, in line with the open issue. However, this change is causing failures in the automated pipeline runs for tests utilizing yield (such as test_verbose_reporting in test_terminal.py). Would you like me to address these failures as part of this change, or should I leave them for now? Thank you! |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, @arpitgupta-it!
We'll need to get all the tests passing before we merge - that's how we can tell that the PR didn't break anything unexpected, after all. Based on this case I'd guess that most of the failing tests can be fixed just by deleting the now-an-error yield-test, and any associated xfail expectations.
Sorry, something went wrong.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
@Zac-HD Please review. The checks have passed! |
Sorry, something went wrong.
There was a problem hiding this comment.
One quick fix for the changelog entry, and then I think we're ready to merge!
cc @RonnyPfannschmidt, I'll merge in a couple of days unless you object.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @arpitgupta-it! Please take a look at my comments.
Sorry, something went wrong.
|
@nicoddemus @Zac-HD @RonnyPfannschmidt are we good to go? |
Sorry, something went wrong.
|
Thanks @arpitgupta-it! I will leave it open for a few more days in case others want to review it, otherwise I will merge. |
Sorry, something went wrong.
|
Sounds like a good plan—I'll keep an eye out in case anyone else has feedback. Let me know if you guys need anything else from my side before the merge! |
Sorry, something went wrong.
|
Will do, thanks @arpitgupta-it! |
Sorry, something went wrong.
|
Okay, I think with two core devs happy it's time to merge! Thanks again @arpitgupta-it 🙏 |
Sorry, something went wrong.
|
@Zac-HD thanks! However in the future please try to rebase/squash commits, as unfortunately a lot of "updated changelog", merge, etc commits landed on main. Please see https://github.com/pytest-dev/pytest/blob/main/CONTRIBUTING.rst#mergesquash-guidelines in case you missed it. 👍 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #12960