Skip to content

Commit 0f41844

Browse files
committed
🐛 fix bug in testing matrix
1 parent a584072 commit 0f41844

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,11 @@ path = "src/snk_cli/__about__.py"
4646
[[tool.hatch.envs.snakemake.matrix]]
4747
snakemake = ["7.32.4", "8.10.8"]
4848

49-
[tool.hatch.snakemake.test]
50-
dependencies = [
51-
"coverage[toml]>=6.5",
52-
"pytest",
53-
"snakemake=={matrix:snakemake}"]
54-
5549
[tool.hatch.envs.default]
5650
dependencies = [
5751
"coverage[toml]>=6.5",
5852
"pytest",
53+
"snakemake=={matrix:snakemake:7.32.4}",
5954
]
6055
[tool.hatch.envs.default.scripts]
6156
test = "pytest {args:tests}"

0 commit comments

Comments
 (0)