diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 9b9d9b9..c935d3d 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -167,6 +167,8 @@ python3 -m pip install poetry Change to the `dangerzone` folder, and install the poetry dependencies: +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again. + ``` poetry install ``` @@ -213,6 +215,8 @@ python -m pip install poetry Change to the `dangerzone` folder, and install the poetry dependencies: +> **Note**: due to an issue with [poetry](https://github.com/python-poetry/poetry/issues/1917), if it prompts for your keying, disable the keyring with `keyring --disable` and run the command again. + ``` poetry install ```