Skip to content

Commit

Permalink
remove advice re seeding keyring backends (#9164)
Browse files Browse the repository at this point in the history
(cherry picked from commit 75453c2)
  • Loading branch information
dimbleby authored and neersighted committed Apr 22, 2024
1 parent 962ce44 commit 53d8d2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,6 @@ Microsoft's [artifacts-keyring](https://pypi.org/project/artifacts-keyring/) get
valid credentials. It will need to be properly installed into Poetry's virtualenv,
preferably by installing a plugin.

If you are letting Poetry manage your virtual environments you will want a virtualenv
seeder installed in Poetry's virtualenv that installs the desired keyring backend
during `poetry install`. To again use Azure DevOps as an example: [azure-devops-artifacts-helpers](https://pypi.org/project/azure-devops-artifacts-helpers/)
provides such a seeder. This would of course best achieved by installing a Poetry plugin
if it exists for you use case instead of doing it yourself.

{{% /note %}}

Alternatively, you can use environment variables to provide the credentials:
Expand Down

0 comments on commit 53d8d2f

Please sign in to comment.