You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/changelog.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Deprecations
119
119
- ``_pytest.tmpdir.TempPathFactory``
120
120
- ``_pytest.tmpdir.TempdirFactory``
121
121
122
-
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 7.0.0.
122
+
These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 8.0.0.
123
123
124
124
125
125
- `#7530 <https://github.com/pytest-dev/pytest/issues/7530>`_: The ``--strict`` command-line option has been deprecated, use ``--strict-markers`` instead.
@@ -205,7 +205,7 @@ Improvements
205
205
- ``pytest.WarningsRecorder`` for the :fixture:`recwarn` fixture.
206
206
207
207
Constructing them is not supported (except for `MonkeyPatch`); they are only meant for use in type annotations.
208
-
Doing so will emit a deprecation warning, and may become a hard-error in pytest 7.0.
208
+
Doing so will emit a deprecation warning, and may become a hard-error in pytest 8.0.
209
209
210
210
Subclassing them is also not supported. This is not currently enforced at runtime, but is detected by type-checkers such as mypy.
0 commit comments