Skip to content

Commit 2961065

Browse files
Fix serverless tests (#2802)
1 parent 00d178e commit 2961065

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.evergreen/run-tests-serverless.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ wait_for_kms_server 5698
7575
echo "Waiting for mock KMS servers to start... done."
7676

7777
# Obtain temporary AWS credentials
78-
. ./set-temp-creds.sh
78+
pip3 install boto3
79+
PYTHON=python3 . ./set-temp-creds.sh
7980
cd -
8081

8182
echo "Running specs"

spec/spec_tests/data/crud_unified/find-test-all-options.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
description: "find options"
22

33
schemaVersion: "1.0"
4+
runOnRequirements:
5+
- serverless: 'forbid'
6+
47

58
createEntities:
69
- client:

0 commit comments

Comments
 (0)