Skip to content
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

[7.2.x] Normalize how changelog entries are written #10790

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/10533.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix :func:`pytest.approx` handling of dictionaries containing one or more values of `0.0` in class ApproxMapping.
Fixed :func:`pytest.approx` handling of dictionaries containing one or more values of `0.0`.
2 changes: 1 addition & 1 deletion changelog/10597.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.
Fixed bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.
2 changes: 1 addition & 1 deletion changelog/10626.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix crash if ``--fixtures`` and ``--help`` are passed at the same time.
Fixed crash if ``--fixtures`` and ``--help`` are passed at the same time.
2 changes: 1 addition & 1 deletion changelog/10660.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix :py:func:`pytest.raises` to return a 'ContextManager' so that type-checkers could narrow
Fixed :py:func:`pytest.raises` to return a 'ContextManager' so that type-checkers could narrow
:code:`pytest.raises(...) if ... else nullcontext()` down to 'ContextManager' rather than 'object'.
4 changes: 2 additions & 2 deletions changelog/10753.doc.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Change wording of the module level skip to be very explicit
about not collecting and not executing the rest of the module.
Changed wording of the module level skip to be very explicit
about not collecting tests and not executing the rest of the module.