File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 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@dd83fba10492e6f63453b1a35608900b3aee1a87 " ,
29
+ " ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@0f7c73a7e177abf58cdba116a3b4275e9be9a61b " ,
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 1
1
[pytest]
2
2
console_output_style = count
3
- minversion = 7 .0
3
+ minversion = 8 .0
4
4
python_files = *.py
5
5
testpaths = tests/
6
6
markers =
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ setenv =
40
40
COVERAGE_FILE = {toxworkdir}/.coverage
41
41
commands =
42
42
pytest \
43
- -m " not slow and not zkevm" \
43
+ -m " not slow and not zkevm and not benchmark " \
44
44
-n auto --maxprocesses 10 \
45
45
--basetemp =" {temp_dir}/pytest" \
46
46
--clean \
You can’t perform that action at this time.
0 commit comments