Skip to content

Commit

Permalink
Upgrade eth-tester to v0.4.0-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed May 7, 2020
1 parent fd2180f commit 2d1804d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions newsfragments/1636.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade eth-tester dependency to v0.4.0-beta.2 from v0.2.0-beta.2
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@

extras_require = {
'tester': [
# TODO - remove this eth-keys pinning once eth-tester >0.4.0-beta.1 is released
# and py-evm v0.3.0-alpha.15 is released
"eth-keys>=0.2.1,<0.3",
"eth-tester[py-evm]==v0.2.0-beta.2",
"eth-tester[py-evm]==v0.4.0-beta.2",
"py-geth>=2.2.0,<3",
],
'linter': [
Expand Down

0 comments on commit 2d1804d

Please sign in to comment.