add deprecation changelog for py library vendoring

This commit is contained in:
Anthony Sottile 2022-10-21 12:46:15 -04:00
parent 508be0b2bf
commit d543a45a68
1 changed files with 1 additions and 0 deletions

View File

@ -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.