-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.2.x] Normalize how changelog entries are written (#10790)
Co-authored-by: Bruno Oliveira <[email protected]>
- Loading branch information
1 parent
9693556
commit eb50c6c
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |