Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Poetry operating modes - non-package mode #119

Open
hwilliamsoctopus opened this issue Feb 26, 2024 · 1 comment
Open

Support for Poetry operating modes - non-package mode #119

hwilliamsoctopus opened this issue Feb 26, 2024 · 1 comment
Assignees

Comments

@hwilliamsoctopus
Copy link

Orb version:

2.1.1

What happened:

When installing poetry, it doesn't respect the package-mode = false from the poetry config, and therefore expects the optional fields to be provided, causing the error:

'name'

Exited with code exit status 1

I am not trying to publish the package, just use it for dependency management and therefore this shouldn't fail.

Expected behavior:

It should install without any of the optional fields that are not needed in package-mode = false. These are outlined in the poetry documentation as well

Additional Information:

New mode:
https://python-poetry.org/docs/basic-usage/#operating-modes

Now optional fields:
https://python-poetry.org/docs/pyproject/

@marboledacci
Copy link
Contributor

I don't understand how is this related to the orb, the only poetry related command is poetry install --no-ansi << parameters.args >> is there something to do here that cannot be passed with the args?

@marboledacci marboledacci self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants