Skip to content

Commit 34c71a5

Browse files
committed
Remove uncle tests as irrelevant after PoW->PoS
1 parent 8801e5e commit 34c71a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

web3/_utils/module_testing/eth_module.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4714,14 +4714,6 @@ def test_eth_wait_for_transaction_receipt_with_log_entry(
47144714
assert log_entry["transactionIndex"] == 0
47154715
assert log_entry["transactionHash"] == HexBytes(txn_hash_with_log)
47164716

4717-
def test_eth_getUncleByBlockHashAndIndex(self, w3: "Web3") -> None:
4718-
# TODO: how do we make uncles....
4719-
pass
4720-
4721-
def test_eth_getUncleByBlockNumberAndIndex(self, w3: "Web3") -> None:
4722-
# TODO: how do we make uncles....
4723-
pass
4724-
47254717
def test_eth_new_filter(self, w3: "Web3") -> None:
47264718
filter = w3.eth.filter({})
47274719

0 commit comments

Comments
 (0)