From d543a45a6802defbafcff259bdc235af76f7af3a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 21 Oct 2022 12:46:15 -0400 Subject: [PATCH] add deprecation changelog for py library vendoring --- changelog/10396.deprecation.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/10396.deprecation.rst diff --git a/changelog/10396.deprecation.rst b/changelog/10396.deprecation.rst new file mode 100644 index 00000000000..84461e82ede --- /dev/null +++ b/changelog/10396.deprecation.rst @@ -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.