From f834f727fa210c442231f6aea6542a08e0e1e669 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 13 Jun 2019 18:03:20 -0600 Subject: [PATCH] lint --- test_libs/pyspec/eth2spec/test/sanity/test_blocks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py b/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py index f333531e73..e19fbc97c6 100644 --- a/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py +++ b/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py @@ -16,7 +16,6 @@ from eth2spec.test.context import spec_state_test, with_all_phases - @with_all_phases @spec_state_test def test_empty_block_transition(spec, state): @@ -257,7 +256,6 @@ def test_attestation(spec, state): sign_block(spec, state, epoch_block) state_transition_and_sign_block(spec, state, epoch_block) - yield 'blocks', [attestation_block, epoch_block], List[spec.BeaconBlock] yield 'post', state