Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 213 Bytes

7988.deprecation.rst

File metadata and controls

3 lines (2 loc) · 213 Bytes

The @pytest.yield_fixture decorator/function is now deprecated. Use pytest.fixture instead.

yield_fixture has been an alias for fixture for a very long time, so can be search/replaced safely.