Skip to content

Commit 70e41cb

Browse files
authored
Update doc/en/deprecations.rst
1 parent 1a5dbcb commit 70e41cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/en/deprecations.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,14 @@ Some breaking changes which could not be deprecated are also listed.
379379
``yield`` tests
380380
~~~~~~~~~~~~~~~
381381

382+
.. versionremoved:: 4.0
383+
384+
``yield`` tests ``xfail``.
385+
382386
.. versionremoved:: 8.4
383387

388+
``yield`` tests raise a collection error.
389+
384390
pytest no longer supports ``yield``-style tests, where a test function actually ``yield`` functions and values
385391
that are then turned into proper test methods. Example:
386392

0 commit comments

Comments
 (0)