diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 6709f97..59d6ed0 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -4,7 +4,7 @@ import pytest boa.set_etherscan(api_key=os.getenv("ETHERSCAN_API_KEY")) -BOA_CACHE = True +BOA_CACHE = False @pytest.fixture(autouse=True)