Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 831 Bytes

12069.deprecation.rst

File metadata and controls

12 lines (9 loc) · 831 Bytes

A deprecation warning is now raised when implementations of one of the following hooks request a deprecated py.path.local parameter instead of the pathlib.Path parameter which replaced it:

The replacement parameters are available since pytest 7.0.0. The old parameters will be removed in pytest 9.0.0.

See :ref:`legacy-path-hooks-deprecated` for more details.