Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d543a45

Browse files
committedOct 21, 2022·
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.