File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
26
26
" ethereum-types>=0.2.1,<0.3" ,
27
27
" ethereum-rlp>=0.1.4,<0.2" ,
28
28
" 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 " ,
30
30
" ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver" ,
31
31
]
32
32
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ commands =
61
61
-n auto --maxprocesses 5 \
62
62
--ignore-glob =' tests/fixtures/*' \
63
63
--ignore-glob =' eest_tests/*' \
64
- --basetemp =" {temp_dir}/pytest"
64
+ --basetemp =" {temp_dir}/pytest" \
65
65
tests
66
66
67
67
[testenv:optimized]
@@ -78,7 +78,7 @@ commands =
78
78
--ignore-glob =' tests/test_t8n.py' \
79
79
--ignore-glob =' eest_tests/*' \
80
80
--basetemp =" {temp_dir}/pytest" \
81
- --optimized
81
+ --optimized \
82
82
tests
83
83
84
84
[testenv:doc]
You can’t perform that action at this time.
0 commit comments