We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a584072 commit 0f41844Copy full SHA for 0f41844
pyproject.toml
@@ -46,16 +46,11 @@ path = "src/snk_cli/__about__.py"
46
[[tool.hatch.envs.snakemake.matrix]]
47
snakemake = ["7.32.4", "8.10.8"]
48
49
-[tool.hatch.snakemake.test]
50
-dependencies = [
51
- "coverage[toml]>=6.5",
52
- "pytest",
53
- "snakemake=={matrix:snakemake}"]
54
-
55
[tool.hatch.envs.default]
56
dependencies = [
57
"coverage[toml]>=6.5",
58
"pytest",
+ "snakemake=={matrix:snakemake:7.32.4}",
59
]
60
[tool.hatch.envs.default.scripts]
61
test = "pytest {args:tests}"
0 commit comments