Skip to content

Commit 5dffdbe

Browse files
committed
minor fix: fix tox config
1 parent ebaba71 commit 5dffdbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"ethereum-types>=0.2.1,<0.3",
2727
"ethereum-rlp>=0.1.4,<0.2",
2828
"cryptography>=45.0.1,<46",
29-
"ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@0f7c73a7e177abf58cdba116a3b4275e9be9a61b",
29+
"ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@28d2299f4260d38d98215ab3f28aee8aa6340bae",
3030
"ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver",
3131
]
3232

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ commands =
6161
-n auto --maxprocesses 5 \
6262
--ignore-glob='tests/fixtures/*' \
6363
--ignore-glob='eest_tests/*' \
64-
--basetemp="{temp_dir}/pytest"
64+
--basetemp="{temp_dir}/pytest" \
6565
tests
6666

6767
[testenv:optimized]
@@ -78,7 +78,7 @@ commands =
7878
--ignore-glob='tests/test_t8n.py' \
7979
--ignore-glob='eest_tests/*' \
8080
--basetemp="{temp_dir}/pytest" \
81-
--optimized
81+
--optimized \
8282
tests
8383

8484
[testenv:doc]

0 commit comments

Comments
 (0)