Skip to content

Commit

Permalink
[7.2.x] Normalize how changelog entries are written (#10790)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
  • Loading branch information
github-actions[bot] and nicoddemus committed Mar 3, 2023
1 parent 9693556 commit eb50c6c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog/10533.bugfix.rst
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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.

0 comments on commit eb50c6c

Please sign in to comment.