Skip to content

Fix missing entry on poetry lockfile

Tan Le requested to merge fix-poetry-lock into main

What does this merge request do and why?

This fix a broken build on the main branch (example). I was surprised that this check was passed on previous build on the main branch 🤔

How to set up and validate locally

I have to clear my cache and rerun poetry to generate the correct lock files.

poetry cache clear pypi --all
poetry lock --no-update

Merge request checklist

  • I've ran the affected pipeline(s) to validate that nothing is broken.
  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Tan Le

Merge request reports