Skip to content

Commit f8cb73c

Browse files
aclark4lifeCopilot
andcommitted
Move mongo-python-driver from global group to pymongo group
Also moves its test_env and install_extras config to the pymongo group. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 70af03b commit f8cb73c

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

src/dbx_python_cli/config.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,28 @@ flat = true
9191
editor = "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
10998
python_version = "3.13"
11099
repos = [
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

Comments
 (0)