@@ -91,30 +91,28 @@ flat = true
9191editor = " vii"
9292
9393[repo .groups .global ]
94- repos = [
95- " git@github.com:mongodb/mongo-python-driver.git" ,
96- ]
97-
98- # Environment variables for test runs
99- # You can use {base_dir} placeholder; {group} resolves to "global" for repos in this group
100- [repo .groups .global .test_env ]
101- mongo-python-driver = { DRIVERS_TOOLS = " {base_dir}/drivers-evergreen-tools" , USE_ACTIVE_VENV = " 1" , COVERAGE = " 1" }
102-
103- # Default extras to install automatically
104- [repo .groups .global .install_extras ]
105- mongo-python-driver = [" test" ]
94+ repos = []
10695
10796[repo .groups .pymongo ]
10897# Python version for the group's virtual environment
10998python_version = " 3.13"
11099repos = [
100+ " git@github.com:mongodb/mongo-python-driver.git" ,
111101 " git@github.com:mongodb/specifications.git" ,
112102 " git@github.com:mongodb-labs/drivers-evergreen-tools.git" ,
113103 " git@github.com:mongodb-labs/drivers-github-tools.git" ,
114104 " git@github.com:mongodb-labs/mongo-arrow.git" ,
115105 " git@github.com:mongodb/mongo-orchestration.git" ,
116106]
117107
108+ # Environment variables for test runs
109+ [repo .groups .pymongo .test_env ]
110+ mongo-python-driver = { DRIVERS_TOOLS = " {base_dir}/drivers-evergreen-tools" , USE_ACTIVE_VENV = " 1" , COVERAGE = " 1" }
111+
112+ # Default extras to install automatically
113+ [repo .groups .pymongo .install_extras ]
114+ mongo-python-driver = [" test" ]
115+
118116# Build commands: specify commands to run before installing (e.g., rust builds)
119117# Note: Rust build only works when the rust branch is checked out
120118# [repo.groups.pymongo.build_commands]
0 commit comments