Skip to content

Commit

Permalink
chore: more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 9, 2022
1 parent edc8a01 commit 9f6c537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ ape plugins list
```

* Python Version: x.x.x
* OS: osx/linux/win
* OS: macOS/linux/win

### What went wrong?

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd ape-polygon
python3 -m venv venv
source venv/bin/activate

# install brownie into the virtual environment
# install ape-polygon into the virtual environment
python setup.py install

# install the developer dependencies (-e is interactive mode)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

extras_require = {
"test": [ # `test` GitHub Action jobs uses this
"pytest>=6.0,<7.0", # Core testing package
"pytest>=6.0", # Core testing package
"pytest-xdist", # multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
Expand Down

0 comments on commit 9f6c537

Please sign in to comment.