Skip to content

Commit 08b7491

Browse files
committed
fix(consume): explicitly depend on hive_test fixture for result propagation
1 parent 4d5f112 commit 08b7491

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pytest_plugins/consume/simulators/hive_tests/test_via_engine.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Each `engine_newPayloadVX` is verified against the appropriate VALID/INVALID responses.
66
"""
77

8+
import pytest
9+
810
from ethereum_test_exceptions import UndefinedException
911
from ethereum_test_fixtures import BlockchainEngineFixture, BlockchainEngineXFixture
1012
from ethereum_test_fixtures.blockchain import FixtureHeader
@@ -27,6 +29,7 @@ def __init__(self, *args: object) -> None:
2729
logger.fail(str(self))
2830

2931

32+
@pytest.mark.usefixtures("hive_test")
3033
def test_blockchain_via_engine(
3134
timing_data: TimingData,
3235
eth_rpc: EthRPC,

0 commit comments

Comments
 (0)