We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dd15d commit ec4a5aeCopy full SHA for ec4a5ae
4 files changed
packages/pytest-taskgraph/pyproject.toml
@@ -12,6 +12,9 @@ dependencies = ["pytest", "taskcluster-taskgraph>=12.1.0"]
12
[project.entry-points.pytest11]
13
pytest-taskgraph = "pytest_taskgraph"
14
15
+[tool.uv.sources]
16
+taskcluster-taskgraph = { workspace = true }
17
+
18
[build-system]
19
requires = ["hatchling"]
20
build-backend = "hatchling.build"
0 commit comments