We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eb0ca commit 3848310Copy full SHA for 3848310
1 file changed
pyproject.toml
@@ -38,7 +38,11 @@ pattern = "LAST_TAG = 'v(?P<version>[^']+)'"
38
39
[tool.hatch.envs.default]
40
system-packages = true
41
-dependencies = ["coverage[toml]>=6.5", "pytest"]
+dependencies = [
42
+ "coverage[toml]>=6.5",
43
+ "pytest",
44
+ "pytest-sugar"
45
+]
46
[tool.hatch.envs.default.scripts]
47
test = "pytest {args:tests}"
48
test-cov = "coverage run -m pytest {args:tests}"
0 commit comments