Skip to content

Commit 80f154e

Browse files
committed
chore: remove blockchain_test_sync_only marker as this likely doesn't make sense for a use case
1 parent 7041b1d commit 80f154e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ethereum_test_specs/blockchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ class BlockchainTest(BaseTest):
431431
supported_markers: ClassVar[Dict[str, str]] = {
432432
"blockchain_test_engine_only": "Only generate a blockchain test engine fixture",
433433
"blockchain_test_only": "Only generate a blockchain test fixture",
434-
"blockchain_test_sync_only": "Only generate a blockchain test sync fixture",
435434
}
436435

437436
@classmethod

0 commit comments

Comments
 (0)