Sign in
android
/
platform
/
external
/
python
/
cryptography
/
refs/heads/upstream-main
/
.
/
.github
/
downstream.d
/
aws-encryption-sdk-python.sh
blob: c4faaf6ef4e4cbe99764040c13895cb2332b819b [
file
] [
edit
]
#!/bin/bash -ex
case
"${1}"
in
install
)
cd aws
-
encryption
-
sdk
-
python
uv pip install
-
e
.
uv pip install
-
r test
/
upstream
-
requirements
-
py311
.
txt
;;
run
)
cd aws
-
encryption
-
sdk
-
python
pytest
-
m
local
test
/
--
ignore test
/
mpl
/
;;
*)
exit
1
;;
esac