Skip to content

Commit 7828c14

Browse files
committed
PYTHON-2453 comment REQUIRE_API_VERSION and MONGODB_API_VERSION
1 parent 51eba7a commit 7828c14

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
@@ -2011,7 +2011,10 @@ axes:
20112011
display_name: "requireApiVersion1"
20122012
tags: [ "requireApiVersion_tag" ]
20132013
variables:
2014+
# REQUIRE_API_VERSION is set to make drivers-evergreen-tools
2015+
# start a cluster with the requireApiVersion parameter.
20142016
REQUIRE_API_VERSION: "1"
2017+
# MONGODB_API_VERSION is the apiVersion to use in the test suite.
20152018
MONGODB_API_VERSION: "1"
20162019

20172020
buildvariants:

0 commit comments

Comments
 (0)