Add news fragment for CI broke issue

This commit is contained in:
Matt Davis
2022-03-27 20:11:39 -04:00
parent 2140a007eb
commit bdfce04066
+4
View File
@@ -0,0 +1,4 @@
It would appear that ``requirementslib`` was not fully specifying the subdirectory to ``build_pep517`` and
and when a new version of ``setuptools`` was released, the test ``test_lock_nested_vcs_direct_url``
broke indicating the Pipfile.lock no longer contained the extra dependencies that should have been resolved.
This regression affected ``pipenv>=2021.11.9`` but has been fixed by a patch to ``requirementslib``.