Skip to content

Commit d543a45

Browse files
committed
add deprecation changelog for py library vendoring
1 parent 508be0b commit d543a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog/10396.deprecation.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest no longer depends on the ``py`` library. ``pytest`` provides a vendored copy of ``py.error`` and ``py.path`` modules but will use the ``py`` library if it is installed. If you need other ``py.*`` modules, continue to install the deprecated ``py`` library separately, otherwise it can usually be removed as a dependency.

0 commit comments

Comments
 (0)