Skip to content

Commit 27d036c

Browse files
committed
remove zkevm marks
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 024b8a9 commit 27d036c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

tests/zkevm/test_worst_compute.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@
1010
import pytest
1111

1212
from ethereum_test_forks import Fork
13-
from ethereum_test_tools import (
14-
Address,
15-
Alloc,
16-
Block,
17-
BlockchainTestFiller,
18-
Bytecode,
19-
Environment,
20-
Transaction,
21-
)
13+
from ethereum_test_tools import (Address, Alloc, Block, BlockchainTestFiller,
14+
Bytecode, Environment, Transaction)
2215
from ethereum_test_tools.vm.opcode import Opcodes as Op
2316

2417
REFERENCE_SPEC_GIT_PATH = "TODO"
@@ -114,7 +107,6 @@ def test_worst_keccak(
114107
)
115108

116109

117-
@pytest.mark.zkevm
118110
@pytest.mark.valid_from("Cancun")
119111
@pytest.mark.parametrize(
120112
"gas_limit",
@@ -202,7 +194,6 @@ def test_worst_precompile_only_data_input(
202194
)
203195

204196

205-
@pytest.mark.zkevm
206197
@pytest.mark.valid_from("Cancun")
207198
@pytest.mark.parametrize(
208199
"gas_limit",
@@ -259,7 +250,6 @@ def test_worst_modexp(
259250
)
260251

261252

262-
@pytest.mark.zkevm
263253
@pytest.mark.valid_from("Cancun")
264254
@pytest.mark.parametrize(
265255
"gas_limit",

0 commit comments

Comments
 (0)