"poetry install" returns a zero exit status when build.py failed #3717
Labels
area/cli
Related to the command line
kind/bug
Something isn't working as expected
status/accepted
Feature request accepted for the roadmap
-vvv
option).Issue
If I use the "build.py" feature without generating
setup.py
(though it has not been stabilized yet, #2740), namely,then
poetry install
gives a zero exit status even whenbuild.py
failed:The same thing occurs even when
build.py
does not exist:In these cases, Poetry should report a build error with returning a non-zero exit status.
The text was updated successfully, but these errors were encountered: