Skip to content

Commit 5e937ba

Browse files
committed
post review fix and latest eest
1 parent 0d075e8 commit 5e937ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@6cf5107cee0eae1c2d4dd6a5ef5bc729aea6c379",
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)