Skip to content

Commit ec4a5ae

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

4 files changed

Lines changed: 16 additions & 658 deletions

File tree

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)