Skip to content

Commit

Permalink
test: DEBUG COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 16, 2024
1 parent 3e80344 commit c1bfdb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit c1bfdb6

Please sign in to comment.