Skip to content

Commit 3fa1f93

Browse files
committed
PYTHON-2453 comment REQUIRE_API_VERSION and MONGODB_API_VERSION
1 parent 3db2688 commit 3fa1f93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,10 @@ axes:
20322032
display_name: "requireApiVersion1"
20332033
tags: [ "requireApiVersion_tag" ]
20342034
variables:
2035+
# REQUIRE_API_VERSION is set to make drivers-evergreen-tools
2036+
# start a cluster with the requireApiVersion parameter.
20352037
REQUIRE_API_VERSION: "1"
2038+
# MONGODB_API_VERSION is the apiVersion to use in the test suite.
20362039
MONGODB_API_VERSION: "1"
20372040

20382041
buildvariants:

0 commit comments

Comments
 (0)