Disable the keyring

I don't really need it at the moment and there is a bug with poetry.
https://github.com/python-poetry/poetry/issues/5250
https://github.com/python-poetry/poetry/issues/1917
This commit is contained in:
Andreas Zweili 2023-06-25 15:05:38 +02:00
parent 91469e180f
commit 8665808f9e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
pkgs.python310Packages.pip
(pkgs.writeScriptBin "dev" "${builtins.readFile ./dev.sh}")
];
PYTHON_KEYRING_BACKEND="keyring.backends.fail.Keyring";
shellHook = ''
export DJANGO_SETTINGS_MODULE=network_inventory.settings.local
'';