Skip to content

Commit a1d2a58

Browse files
authored
fix(tool): Add tox and tox-uv as dev deps for uv sync (#1671)
1 parent 21331e1 commit a1d2a58

File tree

2 files changed

+150
-7
lines changed

2 files changed

+150
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ optimized = [
187187
"rust-pyspec-glue>=0.0.9,<0.1.0",
188188
"ethash>=1.1.0,<2",
189189
]
190+
dev = [
191+
"ethereum-execution[test,lint,tools,doc]",
192+
"tox>=4.0",
193+
"tox-uv>=1.29",
194+
]
190195

191196
[tool.setuptools.dynamic]
192197
version = { attr = "ethereum.__version__" }

uv.lock

Lines changed: 145 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)