Skip to content

Commit d941d76

Browse files
committed
Temporary fix for scitt-community#38
Signed-off-by: John Andersen <[email protected]>
1 parent a30c818 commit d941d76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ if [ ! -f "venv/bin/activate" ]; then
1111
pip install -q -U pip setuptools wheel
1212
pip install -q -r dev-requirements.txt
1313
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
1416
else
1517
. ./venv/bin/activate
1618
fi

0 commit comments

Comments
 (0)