From 9f6c537c8a375eb391828f2d925145379bbec00e Mon Sep 17 00:00:00 2001 From: unparalleled-js Date: Fri, 9 Sep 2022 08:09:36 -0500 Subject: [PATCH] chore: more stuff --- .github/ISSUE_TEMPLATE/bug.md | 2 +- CONTRIBUTING.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a60c9b7..a10cba0 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -16,7 +16,7 @@ $ ape plugins list ``` * Python Version: x.x.x -* OS: osx/linux/win +* OS: macOS/linux/win ### What went wrong? diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8065c8..60bb01f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) diff --git a/setup.py b/setup.py index cedb9ac..a9b8990 100644 --- a/setup.py +++ b/setup.py @@ -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