Skip to content

Commit a5469d7

Browse files
committed
fix(consume): remove mark from fixture; it has no effect
And causes a deprecation warning in pytest v8 https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
1 parent d5b909b commit a5469d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/pytest_plugins/consume/hive_simulators/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def total_timing_data(request) -> Generator[TimingData, None, None]:
150150

151151

152152
@pytest.fixture(scope="function")
153-
@pytest.mark.usefixtures("total_timing_data")
154153
def client_genesis(fixture: BlockchainFixtureCommon) -> dict:
155154
"""Convert the fixture genesis block header and pre-state to a client genesis state."""
156155
genesis = to_json(fixture.genesis)

0 commit comments

Comments
 (0)