add deprecation changelog for py library vendoring
This commit is contained in:
parent
508be0b2bf
commit
d543a45a68
|
@ -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.
|
Loading…
Reference in New Issue