Some markers are serialized into the lockfile incorrectly, resulting in crash #1728
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
Package dependency markers that worked in 0.12.17 now crash 1.0.0. Reproducer:
poetry new aaa
cd aaa
poetry add -vvv fonttools[unicode]
This culprit is the following lock entry:
Note the
and ()
in there. Original marker at https://github.com/fonttools/fonttools/blob/fd606ae813f1ed3f8ea42f487968fd036eb06d8a/setup.py#L51-L58.Backtrace:
The text was updated successfully, but these errors were encountered: