From ed3aefba34b2c63095762f7058a7c63ee80dedc6 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 22 Jun 2018 03:23:07 -0400 Subject: [PATCH] Update news Signed-off-by: Dan Ryan --- news/2384.bugfix | 1 + 1 file changed, 1 insertion(+) diff --git a/news/2384.bugfix b/news/2384.bugfix index e6e0c01fda..291817824d 100644 --- a/news/2384.bugfix +++ b/news/2384.bugfix @@ -1 +1,2 @@ Resolved a bug in our patched resolvers which could cause nondeterministic resolution failures in certain conditions. +Running ``pipenv install`` with no arguments in a project with only a ``Pipfile`` will now correctly lock first for dependency resolution before installing.