-
Notifications
You must be signed in to change notification settings - Fork 5
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
Failing in project without dependencies #20
Comments
I contributed a fix in #21 - in my environment, this is working flawless. @ajkerrigan @kapilt May you can have a look on this? This is production relevant for us. Thanks - and also thanks for this great project! :) |
I am also facing this problem in a similar use case. As a workaround, i added some unused dummy dependencies to the projects, that are affected by this bug - but i think, that this workaround is very very hacky. |
I also added some tests for my code, since i had some time left for that. The pytest output can be seen below:
|
+1 same issue here |
The command
poetry freeze-wheel
is failing in projects without dependencies. Example:This happens, if you are using this in a generic pipeline template for much projects. Stdout/Stderr example:
Imho, this shouldnt be an (unhandled) error. A warning log message is okay, but the exit code should be 0 anyway.
The text was updated successfully, but these errors were encountered: