Skip to content

Commit 9ee616b

Browse files
committed
fix(consume): explicitly depend on hive_test fixture for result propagation
1 parent a051ef8 commit 9ee616b

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
@@ -7,6 +7,8 @@
77

88
import time
99

10+
import pytest
11+
1012
from ethereum_test_exceptions import UndefinedException
1113
from ethereum_test_fixtures import BlockchainEngineFixture, BlockchainEngineXFixture
1214
from ethereum_test_fixtures.blockchain import FixtureHeader
@@ -29,6 +31,7 @@ def __init__(self, *args: object) -> None:
2931
logger.fail(str(self))
3032

3133

34+
@pytest.mark.usefixtures("hive_test")
3235
def test_blockchain_via_engine(
3336
timing_data: TimingData,
3437
eth_rpc: EthRPC,

0 commit comments

Comments
 (0)