Skip to content

Commit 56f7268

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 536a20e + 175481e commit 56f7268

File tree

10 files changed

+451
-372
lines changed

10 files changed

+451
-372
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ functions:
6767
binary: bash
6868
working_dir: "src"
6969
include_expansions_in_env: [VERSION, TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE, PYTHON_BINARY, PYTHON_VERSION,
70-
STORAGE_ENGINE, REQUIRE_API_VERSION, DRIVERS_TOOLS, TEST_CRYPT_SHARED, AUTH_AWS, LOAD_BALANCER, LOCAL_ATLAS]
70+
STORAGE_ENGINE, REQUIRE_API_VERSION, DRIVERS_TOOLS, TEST_CRYPT_SHARED, AUTH_AWS, LOAD_BALANCER, LOCAL_ATLAS, NO_EXT]
7171
args: [.evergreen/just.sh, run-server, "${TEST_NAME}"]
7272
- command: expansions.update
7373
params:
@@ -89,7 +89,7 @@ functions:
8989
include_expansions_in_env: [AUTH, SSL, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
9090
AWS_SESSION_TOKEN, COVERAGE, PYTHON_BINARY, LIBMONGOCRYPT_URL, MONGODB_URI, PYTHON_VERSION,
9191
DISABLE_TEST_COMMANDS, GREEN_FRAMEWORK, NO_EXT, COMPRESSORS, MONGODB_API_VERSION, DEBUG_LOG,
92-
ORCHESTRATION_FILE, OCSP_SERVER_TYPE, VERSION]
92+
ORCHESTRATION_FILE, OCSP_SERVER_TYPE, VERSION, REQUIRE_FIPS]
9393
binary: bash
9494
working_dir: "src"
9595
args: [.evergreen/just.sh, setup-tests, "${TEST_NAME}", "${SUB_TEST_NAME}"]

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ buildvariants:
1818
batchtime: 10080
1919
expansions:
2020
NO_EXT: "1"
21+
REQUIRE_FIPS: "1"
2122
- name: other-hosts-rhel8-zseries
2223
tasks:
2324
- name: .6.0 .standalone !.sync_async

0 commit comments

Comments
 (0)