We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
poetry check
It turns out that poetry lock --check only validates a subset of what poetry check validates (such as Trove classifiers).
poetry lock --check
This would be improved if the following upstream issue were completed:
poetry check --lock
Should add poetry check in addition to poetry lock --check to CI.
This is blocked however by this upstream Poetry issue:
The text was updated successfully, but these errors were encountered:
Private ::
was merged, so next Poetry release this should be possible to fix.
Sorry, something went wrong.
Poetry 1.4.0 is released, but there seems to be some issues with its installer dependency
installer
Should wait on this before recommending Poetry 1.4.x.
johnthagen
Successfully merging a pull request may close this issue.
It turns out that
poetry lock --check
only validates a subset of whatpoetry check
validates (such as Trove classifiers).This would be improved if the following upstream issue were completed:
poetry lock --check
withpoetry check --lock
python-poetry/poetry#6756Should add
poetry check
in addition topoetry lock --check
to CI.This is blocked however by this upstream Poetry issue:
The text was updated successfully, but these errors were encountered: