Skip to content

Commit ec4a5ae

Browse files
committed
chore: make pytest-taskgraph a workspace member
1 parent 67dd15d commit ec4a5ae

File tree

4 files changed

+16
-658
lines changed

4 files changed

+16
-658
lines changed

packages/pytest-taskgraph/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dependencies = ["pytest", "taskcluster-taskgraph>=12.1.0"]
1212
[project.entry-points.pytest11]
1313
pytest-taskgraph = "pytest_taskgraph"
1414

15+
[tool.uv.sources]
16+
taskcluster-taskgraph = { workspace = true }
17+
1518
[build-system]
1619
requires = ["hatchling"]
1720
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)