Skip to content

Commit

Permalink
add deprecation changelog for py library vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 21, 2022
1 parent 508be0b commit d543a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog/10396.deprecation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +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 comments on commit d543a45

Please sign in to comment.