Skip to content

Commit ebb9516

Browse files
chmouelpipelines-as-code[bot]
authored andcommitted
Use pytest from pyproject install on uv
1 parent 7649bce commit ebb9516

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ requires-python = ">=3.12"
77
dependencies = []
88

99
[dependency-groups]
10-
dev = ["pre-commit>=4.1.0", "pylint>=3.3.4", "pytest-cov>=6.0.0"]
10+
dev = [
11+
"pre-commit>=4.1.0",
12+
"pylint>=3.3.4",
13+
"pytest>=8.3.4",
14+
"pytest-cov>=6.0.0",
15+
]

uv.lock

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

0 commit comments

Comments
 (0)