From 08937239a54ee766223b9a5e85feb39477bdd9c3 Mon Sep 17 00:00:00 2001 From: deeplow Date: Fri, 20 Jan 2023 09:58:37 +0000 Subject: [PATCH] Fix qa.py following BUILD.md update in 3b2544a This BUILD.md was merged into main without updating qa.py to reflect it because our linters were down due to the now-fixed poetry bug (see prev commit). --- dev_scripts/qa.py | 4 ++++ 1 file changed, 4 insertions(+) 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 ```