Skip to content

Commit 3848310

Browse files
committed
Add pytest-sugar
1 parent c9eb0ca commit 3848310

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ pattern = "LAST_TAG = 'v(?P<version>[^']+)'"
3838

3939
[tool.hatch.envs.default]
4040
system-packages = true
41-
dependencies = ["coverage[toml]>=6.5", "pytest"]
41+
dependencies = [
42+
"coverage[toml]>=6.5",
43+
"pytest",
44+
"pytest-sugar"
45+
]
4246
[tool.hatch.envs.default.scripts]
4347
test = "pytest {args:tests}"
4448
test-cov = "coverage run -m pytest {args:tests}"

0 commit comments

Comments
 (0)