-
Notifications
You must be signed in to change notification settings - Fork 29
Update to Poetry to 1.1.0+ #112
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssues for the HacktoberfestIssues for the Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssues for the HacktoberfestIssues for the Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Upgrading to poetry 1.1.0 causes an issue.Particularly,
gmpy=2.0.8will fail on install. This seems to be related exclusively to the poetry version.This can be tested locally by installing:
pip install poetry 1.1.0and running make environment:
make environmentThe expected resolution would be either waiting for a bug fix from poetry or figuring out exactly why gmpy2 won't install.