Skip to content

Commit

Permalink
Add python keyring config to work around poetry issue
Browse files Browse the repository at this point in the history
Poetry tries to use the keyring even on systems were no keyring agent is
running.

See python-poetry/poetry#1917
  • Loading branch information
rnestler committed Sep 21, 2022
1 parent a61e995 commit eb88d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/python_keyring/keyringrc.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[backend]
default-keyring=keyring.backends.null.Keyring

0 comments on commit eb88d23

Please sign in to comment.