Skip to content

Commit eb50c6c

Browse files
[7.2.x] Normalize how changelog entries are written (#10790)
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 9693556 commit eb50c6c

5 files changed

+6
-6
lines changed

changelog/10533.bugfix.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix :func:`pytest.approx` handling of dictionaries containing one or more values of `0.0` in class ApproxMapping.
1+
Fixed :func:`pytest.approx` handling of dictionaries containing one or more values of `0.0`.

changelog/10597.bugfix.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.
1+
Fixed bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.

changelog/10626.bugfix.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix crash if ``--fixtures`` and ``--help`` are passed at the same time.
1+
Fixed crash if ``--fixtures`` and ``--help`` are passed at the same time.

changelog/10660.bugfix.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix :py:func:`pytest.raises` to return a 'ContextManager' so that type-checkers could narrow
1+
Fixed :py:func:`pytest.raises` to return a 'ContextManager' so that type-checkers could narrow
22
:code:`pytest.raises(...) if ... else nullcontext()` down to 'ContextManager' rather than 'object'.

changelog/10753.doc.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Change wording of the module level skip to be very explicit
2-
about not collecting and not executing the rest of the module.
1+
Changed wording of the module level skip to be very explicit
2+
about not collecting tests and not executing the rest of the module.

0 commit comments

Comments
 (0)