Skip to content

Commit 99751f4

Browse files
committed
post review fix and latest eest
1 parent 862b067 commit 99751f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eest_tests

Submodule eest_tests updated 152 files

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@dd83fba10492e6f63453b1a35608900b3aee1a87",
29+
"ethereum-execution-spec-tests @ git+https://github.com/ethereum/execution-spec-tests@0f7c73a7e177abf58cdba116a3b4275e9be9a61b",
3030
"ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver",
3131
]
3232

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 =

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)