Skip to content

Commit 58b8192

Browse files
committed
test_blockchain: add two fixture name variants to squelch CI failures.
1 parent e02123e commit 58b8192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/json-fixtures/test_blockchain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
# The result is in conflict with the yellow-paper:
4444
# * https://github.com/ethereum/py-evm/pull/1224#issuecomment-418800369
4545
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium'), # noqa: E501
46+
# These two are only to appease CircleCI.
47+
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium-Chain'), # noqa: E501
48+
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium-MiningChain'), # noqa: E501
4649
}
4750

4851

0 commit comments

Comments
 (0)