File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 @@ -136,7 +136,7 @@ install_requires =
136
136
ethereum-types>=0.2.1,<0.3
137
137
ethereum-rlp>=0.1.4,<0.2
138
138
cryptography>=45.0.1,<46
139
- ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@dd83fba10492e6f63453b1a35608900b3aee1a87
139
+ ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@0f7c73a7e177abf58cdba116a3b4275e9be9a61b
140
140
ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver
141
141
142
142
[options.package_data]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ setenv =
41
41
commands =
42
42
pytest \
43
43
-c pytest-eest.ini \
44
- -m " not slow and not zkevm" \
44
+ -m " not slow and not zkevm and not benchmark " \
45
45
-n auto --maxprocesses 10 \
46
46
--basetemp =" {temp_dir}/pytest" \
47
47
--clean \
You can’t perform that action at this time.
0 commit comments