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
when running poetry lock and afterwards poetry lock --no-update, some required packages are dropped from the lock file.
For example click-didyoumean0.0.3 is dropped although required for python 3.6.0, because the other entry for click-didyoumean (0.3.0) requires python_version >=3.6.2.
This issue also impacts exporting a requirements.txt via poetry-plugin-export.
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
Given the following
pyproject.toml
from #5141when running
poetry lock
and afterwardspoetry lock --no-update
, some required packages are dropped from the lock file.For example
click-didyoumean
0.0.3
is dropped although required forpython 3.6.0
, because the other entry forclick-didyoumean
(0.3.0
) requirespython_version >=3.6.2
.This issue also impacts exporting a
requirements.txt
viapoetry-plugin-export
.The text was updated successfully, but these errors were encountered: