diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5f79968..d1d6a92 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,4 +96,5 @@ jobs: run: npm install "@gnosis.pm/safe-contracts@${{ matrix.safe-version }}" - name: Run Tests - run: pytest -n 0 -s --cov + #TODO: Put back: run: pytest -n 0 -s --cov + run: pytest tests/functional/test_account.py::test_swap_owner --maxfail 1 --stepwise -vvv diff --git a/setup.py b/setup.py index 99139c5..f9b487f 100644 --- a/setup.py +++ b/setup.py @@ -67,9 +67,7 @@ "click>=8.1.7,<9", "eip712>=0.2.10,<3", "eth-ape>=0.8.21,<0.9", - # TODO: Figure out why web3 7 environment doesn't work. - # "eth-utils>=2.1.0,<6", - "eth-utils>=2.1.0,<3", + "eth-utils>=2.1.0,<6", "pydantic>=2.10.2,<3", "requests>=2.31.0,<3", ],