-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
📝🚑 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
📝🚑 Polish the PR #12264 changelog entry #12563
Conversation
1eec5cb
to
cf0e4fc
Compare
It was being rendered inline and now it's not.
cf0e4fc
to
b62974e
Compare
* ``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``. |
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.
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.
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.
Change note preview: https://pytest--12563.org.readthedocs.build/en/12563/changelog.html#bug-fixes.
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.
Thanks!
It was being rendered inline and now it's not.