From f0032ebc8d474940fff050217dda0d5598549b0f Mon Sep 17 00:00:00 2001 From: John Andersen Date: Fri, 10 Nov 2023 18:13:55 +0100 Subject: [PATCH] Temporary fix for #38 This approach does not work for conda Signed-off-by: John Andersen --- run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-tests.sh b/run-tests.sh index de8eadb1..035b5c3b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -11,6 +11,8 @@ if [ ! -f "venv/bin/activate" ]; then pip install -q -U pip setuptools wheel pip install -q -r dev-requirements.txt pip install -q -e .[oidc] + # TODO Resolve this, temporary fix for https://github.com/scitt-community/scitt-api-emulator/issues/38 + pip install urllib3==1.26.15 requests-toolbelt==0.10.1 else . ./venv/bin/activate fi