You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While basic python versions are tested by Travis, that is not the case for different dependency configurations. This will become more and more important with time. tox will work well with poetry instead of setup.py (reminder: review dependencies config in pyproject.toml file and make sure no unbound dependencies are defined).
This new workflow will change workflow for publishing to PyPI (update release-checklist doc).
While basic python versions are tested by Travis, that is not the case for different dependency configurations. This will become more and more important with time. tox will work well with poetry instead of setup.py (reminder: review dependencies config in pyproject.toml file and make sure no unbound dependencies are defined).
This new workflow will change workflow for publishing to PyPI (update release-checklist doc).
see for reference:
https://wrongsideofmemphis.com/2018/10/28/package-and-deploy-a-python-module-in-pypi-with-poetry-tox-and-travis/
https://python-poetry.org/docs/faq/#is-tox-supported
The text was updated successfully, but these errors were encountered: