From a9fe8a6c7b6a2407d16d99aebecce3eb25a700ba Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 26 Nov 2024 12:43:46 -0600 Subject: [PATCH 1/2] chore: pin --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 522aa19..05ebcd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0,<8"] +requires = ["setuptools>=72.2.0", "wheel", "setuptools_scm[toml]>=5.0"] [tool.mypy] exclude = "build/" diff --git a/setup.py b/setup.py index 66b9e0c..7e982df 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "sphinx-plausible>=0.1.2,<0.2", ], "release": [ # `release` GitHub Action job uses this - "setuptools", # Installation tool + "setuptools>=72.2.0", # Installation tool "setuptools-scm", # Installation tool "wheel", # Packaging tool "twine", # Package upload tool From 53bb34f167e087982613379fa09378092bb7c634 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 26 Nov 2024 12:45:30 -0600 Subject: [PATCH 2/2] test: simpler test --- tests/test_provider.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_provider.py b/tests/test_provider.py index 07156fd..a578f8c 100644 --- a/tests/test_provider.py +++ b/tests/test_provider.py @@ -3,7 +3,6 @@ import pytest import websocket # type: ignore from ape import networks -from ape.utils import ZERO_ADDRESS from web3.exceptions import ExtraDataLengthError from web3.middleware import geth_poa_middleware @@ -19,7 +18,6 @@ def test_infura_http(provider): assert isinstance(provider, Infura) assert provider.http_uri.startswith("https") - assert provider.get_balance(ZERO_ADDRESS) > 0 ecosystem_uri = "" if ecosystem == "ethereum" else f"{ecosystem}-" if "opbnb" in network: expected = (