Skip to content

Commit

Permalink
Update boa and ignore isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 13, 2024
1 parent 8ad21cf commit 0f21703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ matplotlib
# other deps (needed for pypy)
cytoolz

# vyper and dev framework:
git+https://github.com/vyperlang/titanoboa@409d8b19be851ba39018188014e1babc1781e0d8
# vyper and dev framework (boa interpreter):
git+https://github.com/vyperlang/titanoboa@1bf16f916b91aab299e293b4148be455c1674706
vyper>=0.3.10
2 changes: 2 additions & 0 deletions tests/integration/test_create2_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from eth_utils import keccak


pytestmark = pytest.mark.ignore_isolation

@pytest.fixture(scope="module")
def forked_chain():
rpc_url = os.getenv("RPC_ETHEREUM")
Expand Down

0 comments on commit 0f21703

Please sign in to comment.