You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ipmb, thanks for reporting. We are aware of this bug which was first reported in #1172, and it is fixed in master by #1173 and scheduled for a hotfix release later today. Sorry for the inconvenience (on a personal note, I introduced the bug, I really AM sorry!) and thanks for your patience. In the meantime I'm going to close this issue-- expect a fix to hit PyPI shortly
Describe your environment
Python 3.6.3
pipenv, version 9.0.0
Expected result
dev-packages do not override packages. In the example below, Django 1.11.6 should be the only version included in the lockfile.
Actual result
Django 1.11.6 (the expected package) is there, but Django 2.0 is incorrectly included in the dev-packages.
Steps to replicate
From an empty directory:
The text was updated successfully, but these errors were encountered: