It turns out that poetry lock --check only validates a subset of what poetry check validates (such as Trove classifiers).
This would be improved if the following upstream issue were completed:
Should add poetry check in addition to poetry lock --check to CI.
This is blocked however by this upstream Poetry issue:
It turns out that
poetry lock --checkonly validates a subset of whatpoetry checkvalidates (such as Trove classifiers).This would be improved if the following upstream issue were completed:
poetry lock --checkwithpoetry check --lockpython-poetry/poetry#6756Should add
poetry checkin addition topoetry lock --checkto CI.This is blocked however by this upstream Poetry issue: