sinoroc / tox-poetry-dev-dependencies

Tox plugin to help working with Poetry-based projects
https://pypi.org/project/tox-poetry-dev-dependencies/
Apache License 2.0
15 stars 3 forks source link

Handle poetry's credentials for alternative repositories #33

Open sinoroc opened 4 years ago

sinoroc commented 4 years ago

The plugin should be able to read the credentials for alternative source repositories as they are configured via poetry config ... and somehow use them in tox.

Related:

sinoroc commented 4 years ago

I guess in a first step we could place the credentials in the URL via pip's environment variables.

Something of note, both pip and poetry seem to delegate to keyring, but probably they do not use the same services. This should be investigated.

sinoroc commented 3 years ago

Maybe of interest: