Skip to content

Commit

Permalink
remove doctop requirement, update changelog, exclude local docopt fro…
Browse files Browse the repository at this point in the history
…m coverage
  • Loading branch information
iamdefinitelyahuman committed Jan 31, 2020
1 parent e8be5a0 commit a608846
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[run]
branch = True
omit = brownie/_gui/*,brownie/_cli/gui.py
omit = brownie/_gui/*,brownie/_cli/gui.py,brownie/utils/docopt.py
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactor `brownie.convert` into sub-modules
- Use `eth_abi.grammar.parse` when formatting contract inputs and outputs
- Replace [`docopt`](https://github.com/docopt/docopt) with [`docopt-ng`](https://github.com/bazaar-projects/docopt-ng) (fixes deprecation warnings)

### Fixed
- bug preventing `pytest.default_contract_owner` config setting from having any effect
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
colorama>=0.4.1;platform_system=='Windows'
docopt==0.6.2
eth-abi==2.0.0
eth-event>=0.2.1,<1.0.0
eth-hash[pycryptodome]==0.2.0
Expand Down

0 comments on commit a608846

Please sign in to comment.