Skip to content

Commit

Permalink
fix: enable test and bump ape (ApeWorX#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang authored and antazoey committed May 31, 2024
1 parent cf9e1d1 commit 15dc0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:

- name: Install Dependencies
run: pip install .[test]

# - name: Run Tests
# run: pytest -m "not fuzzing" -n 0 -s --cov
- name: Run Tests
run: pytest -m "not fuzzing" -n 0 -s --cov

# NOTE: uncomment this block after you've marked tests with @pytest.mark.fuzzing
# fuzzing:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
url="https://github.com/ApeWorX/ape-optimism",
include_package_data=True,
install_requires=[
"eth-ape>=0.8.0,<0.9",
"eth-ape>=0.8.1,<0.9",
"ethpm-types", # Use same version as eth-ape
],
python_requires=">=3.9,<4",
Expand Down

0 comments on commit 15dc0bf

Please sign in to comment.