Skip to content

Commit f11dc03

Browse files
committed
➕ Add the dependency for the PyTest.
1 parent 2b28350 commit f11dc03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ dependencies = [
1616
[project.scripts]
1717
release-intent = "ci.release_intent:main"
1818

19+
[dependency-groups]
20+
dev = [
21+
"pytest>=8.4.1,<9",
22+
]
23+
1924
[tool.hatch.build.targets.sdist]
2025
include = ["ci/"]
2126

0 commit comments

Comments
 (0)