Skip to content

Commit 38c7298

Browse files
committed
fix(tox): add lint dependency group for testing unit tests
gentest still requires ruff, cf #1715
1 parent 073779f commit 38c7298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ commands =
3131
# overwrite default groups (dev) to avoid installing optimized in tox envs using pypy
3232
dependency_groups =
3333
test
34+
lint # TODO: add ruff for gentest; remove as part of ethereum/execution-specs#1715
3435
passenv =
3536
PYPY_GC_MAX
3637
PYPY_GC_MIN

0 commit comments

Comments
 (0)