From ccf6718f5d4b6a49cf0c6781a8c0693c8cd24ca6 Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Tue, 29 Oct 2024 13:04:01 +0700 Subject: [PATCH] chore(ci): fix tox framework. --- src/cli/eofwrap.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cli/eofwrap.py b/src/cli/eofwrap.py index da641db61c..409fd46483 100644 --- a/src/cli/eofwrap.py +++ b/src/cli/eofwrap.py @@ -266,9 +266,6 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool): ) assert not fixture_block.ommers assert not fixture_block.withdrawals - assert not fixture_block.deposit_requests - assert not fixture_block.withdrawal_requests - assert not fixture_block.consolidation_requests for fixture_tx in fixture_block.txs: fixture_tx_dump = fixture_tx.model_dump()