Skip to content

Commit 96e2546

Browse files
committed
maintain: remove needless default deps from tox envs
1 parent 0cadd3d commit 96e2546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ commands = [
113113

114114
[tool.tox.env."cli"]
115115
description = "run mdformat's own CLI"
116+
deps = []
116117
commands = [
117118
["mdformat", { replace = "posargs", extend = true }],
118119
]
@@ -147,6 +148,7 @@ commands = [
147148

148149
[tool.tox.env."benchmark"]
149150
description = "benchmark mdformat against local doc files"
151+
deps = []
150152
commands = [
151153
["python", "-c", "print('Wrap mode: keep')"],
152154
["python", "-m", "timeit", "from mdformat._cli import run", 'run(["README.md", "docs/", "--check"])'],

0 commit comments

Comments
 (0)