Skip to content

Commit 5916eab

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

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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"

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ Repository = "https://github.com/taskcluster/taskgraph"
4545
Issues = "https://github.com/taskcluster/taskgraph/issues"
4646

4747
[tool.uv.sources]
48-
pytest-taskgraph = { path = "packages/pytest-taskgraph" }
48+
pytest-taskgraph = { workspace = true }
49+
50+
[tool.uv.workspace]
51+
members = ["packages/pytest-taskgraph"]
4952

5053
[tool.uv]
5154
dev-dependencies = [

uv.lock

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

0 commit comments

Comments
 (0)