From 4a08abfa1d7cb51271b5399dfca68d1c4dc038a4 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 13 Jun 2019 14:47:53 -0600 Subject: [PATCH] ensure sanity tests run with bls --- test_libs/pyspec/eth2spec/test/sanity/test_blocks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py b/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py index 2275161c8..f877d81d6 100644 --- a/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py +++ b/test_libs/pyspec/eth2spec/test/sanity/test_blocks.py @@ -13,11 +13,10 @@ from eth2spec.test.helpers.proposer_slashings import get_valid_proposer_slashing from eth2spec.test.helpers.attestations import get_valid_attestation from eth2spec.test.helpers.deposits import prepare_state_and_deposit -from eth2spec.test.context import spec_state_test, never_bls, with_all_phases +from eth2spec.test.context import spec_state_test, with_all_phases @with_all_phases -@never_bls @spec_state_test def test_empty_block_transition(spec, state): pre_slot = state.slot @@ -36,7 +35,6 @@ def test_empty_block_transition(spec, state): @with_all_phases -@never_bls @spec_state_test def test_skipped_slots(spec, state): pre_slot = state.slot