diff --git a/tests/run.sh b/tests/run.sh index 77876207b..0873e2235 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -17,6 +17,8 @@ DIR=$(readlink -f $(dirname $0)) +pip install boto3 # FIXME + export PYTHONDONTWRITEBYTECODE=1 export AWS_ENDPOINT_URL="http://minio:9000" export AWS_ACCESS_KEY_ID="minio"