v1.1.1 fails to generate requirements from poetry lockfile #193
Labels
human_intervention_required
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/active
Indicates that an issue or PR is actively being worked on by a contributor.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
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 lock
on poetry version 1.1.10when I execute
micropipenv requirements --method poetry --no-dev
I get
'atomicwrites'
and then exit code 3
when I execute
micropipenv requirements --method poetry --no-default
I get
local variable 'category' referenced before assignment
Expected behavior
On micropipenv 1.1.0, the requirements files are generated as expected
The text was updated successfully, but these errors were encountered: