Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
tests: don't skip 'ConstantinopleFix' fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed May 14, 2019
1 parent 82bc972 commit c7cc127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/json-fixtures-over-rpc/test_rpc_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ async def validate_uncles(rpc, block_fixture, at_block):
@pytest.fixture
def chain_fixture(fixture_data):
fixture = load_fixture(*fixture_data)
if fixture['network'] == 'ConstantinopleFix':
pytest.skip('Petersburg VM rules not yet supported')
if fixture['network'] == 'Istanbul':
pytest.skip('Istanbul VM rules not yet supported')
return fixture


Expand Down

0 comments on commit c7cc127

Please sign in to comment.