Skip to content

Commit dbd3880

Browse files
antazoeykclowes
andauthored
fix: change minimum pin to functioning version of eth-tester in tester extras install (#3555)
* fix: working version of tester * Add newsfragment --------- Co-authored-by: kclowes <[email protected]>
1 parent a720585 commit dbd3880

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3555.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the eth-tester version to one that works in the tester dependency extras

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tester": [
99
# Note: ethereum-maintained libraries in this list should be added to the
1010
# `install_pre_releases.py` script.
11-
"eth-tester[py-evm]>=0.11.0b1,<0.13.0b1",
11+
"eth-tester[py-evm]>=0.12.0b1,<0.13.0b1",
1212
"py-geth>=5.1.0",
1313
],
1414
"dev": [

0 commit comments

Comments
 (0)