-
Notifications
You must be signed in to change notification settings - Fork 27
v1.1.1 fails to generate requirements from poetry lockfile #193
Copy link
Copy link
Closed
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
micropipenv fails to generate requirements using poetry method for certain configurations in 1.1.1
To Reproduce
given:
when I generate the poetry lockfile using
poetry lockon poetry version 1.1.10when I execute
micropipenv requirements --method poetry --no-devI get
'atomicwrites'and then exit code 3
when I execute
micropipenv requirements --method poetry --no-defaultI get
local variable 'category' referenced before assignmentExpected behavior
On micropipenv 1.1.0, the requirements files are generated as expected