We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30c818 commit d941d76Copy full SHA for d941d76
run-tests.sh
@@ -11,6 +11,8 @@ if [ ! -f "venv/bin/activate" ]; then
11
pip install -q -U pip setuptools wheel
12
pip install -q -r dev-requirements.txt
13
pip install -q -e .[oidc]
14
+ # TODO Resolve this, temporary fix for https://github.com/scitt-community/scitt-api-emulator/issues/38
15
+ pip install urllib3==1.26.15 requests-toolbelt==0.10.1
16
else
17
. ./venv/bin/activate
18
fi
0 commit comments