Improve flexibility of unit tests with regards to Python versions available in poetry.core
#8396
Closed
2 tasks done
Labels
Feature Request
As new Python versions are released,
poetry-core
needs to be updated to surface them, e.g. in automatically added PyPI trove classifiers (#8375).This process is tedious due to rigid unit tests in
poetry
that are run as downstream tests by thepoetry-core
CI pipeline. Specifically, the tests fail inpoetry-core
when updating available python versions (python-poetry/poetry-core#631). Adjusting those tests inpoetry
fails sincepoetry-core
has not been prepared accordingly (#8376).@radoering proposed the following solution:
Originally posted by @radoering in #8376 (comment)
I will prepare a PR to address this.
The text was updated successfully, but these errors were encountered: