We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51acf64 commit 60010eeCopy full SHA for 60010ee
1 file changed
pyproject.toml
@@ -37,6 +37,7 @@ path = "InteractiveHtmlBom/version.py"
37
pattern = "LAST_TAG = 'v(?P<version>[^']+)'"
38
39
[tool.hatch.envs.default]
40
+system-packages = true
41
dependencies = ["coverage[toml]>=6.5", "pytest"]
42
[tool.hatch.envs.default.scripts]
43
test = "pytest {args:tests}"
0 commit comments