From 2db36dea7d5c39bb9f707e8a86d5c3edcd5157d2 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 19 Aug 2022 08:15:31 -0400 Subject: [PATCH] Add news fragment. --- news/5275.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/5275.bugfix.rst diff --git a/news/5275.bugfix.rst b/news/5275.bugfix.rst new file mode 100644 index 00000000..0176a79c --- /dev/null +++ b/news/5275.bugfix.rst @@ -0,0 +1,2 @@ +Revert the exclusion of ``BAD_PACKAGES`` from ``batch_install`` in order for ``pipenv`` to install specific versions of ``setuptools``. +To prevent issue upgrading ``setuptools`` this patches ``_USE_SYSCONFIG_DEFAULT`` to use ``sysconfig`` for ``3.7`` and above whereas ``pip`` default behavior was ``3.10`` and above.