From 41bac4bff1c21369c119f9af55ead02f2fbbdb35 Mon Sep 17 00:00:00 2001 From: Christoph Burgdorf Date: Mon, 9 Dec 2019 18:56:34 +0100 Subject: [PATCH] Do not skip tests for IstanbulVM --- tests/json-fixtures-over-rpc/test_rpc_fixtures.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/json-fixtures-over-rpc/test_rpc_fixtures.py b/tests/json-fixtures-over-rpc/test_rpc_fixtures.py index f3abaed814..26d1c29d70 100644 --- a/tests/json-fixtures-over-rpc/test_rpc_fixtures.py +++ b/tests/json-fixtures-over-rpc/test_rpc_fixtures.py @@ -451,8 +451,7 @@ async def validate_uncles(rpc, block_fixture, at_block): def chain_fixture(fixture_data): fixture_path, fixture_key, fixture_fork = fixture_data fixture = load_fixture(fixture_path, fixture_key) - if fixture_fork == 'Istanbul': - pytest.skip('Istanbul VM rules not yet supported') + return fixture