Skip to content

📝🚑 Polish the PR #12264 changelog entry #12563

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

Conversation

webknjaz
Copy link
Member

@webknjaz webknjaz commented Jul 2, 2024

It was being rendered inline and now it's not.

@webknjaz webknjaz added the skip news used on prs to opt out of the changelog requirement label Jul 2, 2024
@webknjaz webknjaz requested a review from bluetech July 2, 2024 13:33
@webknjaz webknjaz self-assigned this Jul 2, 2024
@webknjaz webknjaz force-pushed the maintenance/hotfixes/note/12264--reraise-with-original-tb branch 3 times, most recently from 1eec5cb to cf0e4fc Compare July 2, 2024 13:48
webknjaz added 4 commits July 2, 2024 15:54

Verified

This commit was signed with the committer’s verified signature.
webknjaz 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
It was being rendered inline and now it's not.

Verified

This commit was signed with the committer’s verified signature.
webknjaz 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

Verified

This commit was signed with the committer’s verified signature.
webknjaz 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)

Verified

This commit was signed with the committer’s verified signature.
webknjaz 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
@webknjaz webknjaz force-pushed the maintenance/hotfixes/note/12264--reraise-with-original-tb branch from cf0e4fc to b62974e Compare July 2, 2024 13:54
@webknjaz webknjaz changed the title 📝🚑 Fix RST list in #12264 changelog entry 📝🚑 Polish the PR #12264 changelog entry Jul 2, 2024
Comment on lines +8 to +11
* ``FixtureDef.cached_result[2]`` is now a tuple ``(exc, tb)``
instead of ``exc``.
* ``SetupState.stack`` failures are now a tuple ``(exc, tb)``
instead of ``exc``.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: It took me a while to understand why this wasn't being displayed as a list in the preview. I inspected the HTML and found out that with this, the markup correctly uses <li>. Then, I saw that the bullets were disabled by inline CSS. And finally, I found the root cause to be https://github.com/pytest-dev/pytest/pull/12326/files#r1662635927.

Nevertheless, the RST markup fix in this PR is correct. The new cosmetic problem is elsewhere, in the theme patches.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webknjaz webknjaz marked this pull request as ready for review July 2, 2024 14:30
Copy link
Member

@bluetech bluetech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@webknjaz webknjaz merged commit ac41898 into pytest-dev:main Jul 2, 2024
49 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news used on prs to opt out of the changelog requirement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants