Skip to content

Commit 099652f

Browse files
committed
fix: add toml to test dependency group for docs-scripts CI
python_ref_builder imports toml which is not a transitive dependency of any workspace package. Adding it to the test group so the docs-scripts-tests CI job can find it. JIRA: trivial risk: nonprod
1 parent 68c4377 commit 099652f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ type = [
4848
test = [
4949
# Common test dependencies used across all workspace packages
5050
"pytest~=8.3.4",
51+
# Required by scripts/docs/ tests (python_ref_builder uses toml)
52+
"toml~=0.10.2",
5153
"pytest-cov~=6.0.0",
5254
"pytest-json-report==1.5.0",
5355
# Additional test dependencies used by multiple packages

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)