Skip to content

Commit 5097bf7

Browse files
authored
refactor(benchmark): don't mark the BLS12-381 tests for benchmarking (#1822)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent dd83fba commit 5097bf7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/prague/eip2537_bls_12_381_precompiles/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Shared pytest definitions local to EIP-2537 tests."""
22

3-
from pathlib import Path
43
from typing import SupportsBytes
54

65
import pytest
@@ -13,13 +12,6 @@
1312
from .spec import GAS_CALCULATION_FUNCTION_MAP
1413

1514

16-
def pytest_collection_modifyitems(config, items):
17-
"""Add the `zkevm` marker to all tests in `./tests/prague/eip2537_bls_12_381_precompiles`."""
18-
for item in items:
19-
if Path(__file__).parent in Path(item.fspath).parents:
20-
item.add_marker(pytest.mark.zkevm)
21-
22-
2315
@pytest.fixture
2416
def vector_gas_value() -> int | None:
2517
"""

0 commit comments

Comments
 (0)