Skip to content

Commit 9baa895

Browse files
committed
post review fix and latest eest
1 parent ed3dae9 commit 9baa895

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eest_tests

Submodule eest_tests updated 152 files

pytest-eest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
console_output_style = count
3-
minversion = 7.0
3+
minversion = 8.0
44
python_files = *.py
55
testpaths = tests/
66
markers =

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ install_requires =
136136
ethereum-types>=0.2.1,<0.3
137137
ethereum-rlp>=0.1.4,<0.2
138138
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
140140
ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver
141141

142142
[options.package_data]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setenv =
4141
commands =
4242
pytest \
4343
-c pytest-eest.ini \
44-
-m "not slow and not zkevm" \
44+
-m "not slow and not zkevm and not benchmark" \
4545
-n auto --maxprocesses 10 \
4646
--basetemp="{temp_dir}/pytest" \
4747
--clean \

0 commit comments

Comments
 (0)