Skip to content

Commit

Permalink
Temporary fix for scitt-community#38
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Nov 13, 2023
1 parent a30c818 commit 75c724a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies:
- pyOpenSSL==23.2.0
- oscrypto==1.3.0
- requests==2.28
- requests-toolbelt==0.9
- requests-toolbelt==0.10.1
- rkvst-archivist==0.20.0
- six==1.16.0
- urllib3<2.0.0
- urllib3==1.26.15
- myst-parser==1.0.0
- jsonschema==4.17.3
- jwcrypto==1.5.0
Expand Down
2 changes: 2 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75c724a

Please sign in to comment.