Skip to content

Commit b282146

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e38d35a commit b282146

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changelog/7469.deprecation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Directly constructing the following classes is now deprecated:
99
- ``_pytest.config.argparsing.Parser``
1010
- ``_pytest.config.argparsing.OptionGroup``
1111

12-
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 8.0.0.
12+
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 8.0.0.

changelog/8248.trivial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Internal Restructure: let ``python.PyObjMixin`` inherit from ``nodes.Node`` to carry over typing information.
1+
Internal Restructure: let ``python.PyObjMixin`` inherit from ``nodes.Node`` to carry over typing information.

changelog/8645.deprecation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:func:`pytest.warns(None) <pytest.warns>` is now deprecated because many people used
2-
it to mean "this code does not emit warnings", but it actually had the effect of
2+
it to mean "this code does not emit warnings", but it actually had the effect of
33
checking that the code emits at least one warning of any type - like ``pytest.warns()``
4-
or ``pytest.warns(Warning)``.
4+
or ``pytest.warns(Warning)``.

0 commit comments

Comments
 (0)