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
Since we are relying on semi-internal poetry API components we should test that the components we are using exist and are compatible in every version of Poetry we support. I think this can be done fairly easily by simply installing an unpinned version of poetry into a toxenv and then re-running pytest and mypy. An example of such a toxenv is below:
Since we are relying on semi-internal poetry API components we should test that the components we are using exist and are compatible in every version of Poetry we support. I think this can be done fairly easily by simply installing an unpinned version of
poetry
into a toxenv and then re-running pytest and mypy. An example of such a toxenv is below:This should raise warnings in the event that
poetry~1.5
has an incompatibility, even if the locked version of poetry is 1.8+The text was updated successfully, but these errors were encountered: