Skip to content

Commit 6083503

Browse files
committed
post review fix and latest eest
1 parent 81c24c5 commit 6083503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
@@ -40,7 +40,7 @@ setenv =
4040
COVERAGE_FILE = {toxworkdir}/.coverage
4141
commands =
4242
pytest \
43-
-m "not slow and not zkevm" \
43+
-m "not slow and not zkevm and not benchmark" \
4444
-n auto --maxprocesses 10 \
4545
--basetemp="{temp_dir}/pytest" \
4646
--clean \

0 commit comments

Comments
 (0)