Skip to content

Commit

Permalink
test_blockchain: add two fixture name variants to squelch CI failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Sep 7, 2018
1 parent e02123e commit 58b8192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/json-fixtures/test_blockchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
# The result is in conflict with the yellow-paper:
# * https://github.com/ethereum/py-evm/pull/1224#issuecomment-418800369
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium'), # noqa: E501
# These two are only to appease CircleCI.
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium-Chain'), # noqa: E501
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium-MiningChain'), # noqa: E501
}


Expand Down

0 comments on commit 58b8192

Please sign in to comment.