Using Tox with Poetry dependency groups
December 26, 2024
Poetry is one of the most famous dependency management tools for Python, and I frequently use it in place of the basic requirements.txt
to simplify version management in my libraries. Despite its widespread adoption, Poetry is not fully compliant with Python’s PEPs and this sometimes leads to challenges during the development process. One such challenge I recently encountered was integrating Poetry’s “dev dependencies” with Tox.