We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eth-tester
tester
1 parent a720585 commit dbd3880Copy full SHA for dbd3880
newsfragments/3555.bugfix.rst
@@ -0,0 +1 @@
1
+Bump the eth-tester version to one that works in the tester dependency extras
setup.py
@@ -8,7 +8,7 @@
8
"tester": [
9
# Note: ethereum-maintained libraries in this list should be added to the
10
# `install_pre_releases.py` script.
11
- "eth-tester[py-evm]>=0.11.0b1,<0.13.0b1",
+ "eth-tester[py-evm]>=0.12.0b1,<0.13.0b1",
12
"py-geth>=5.1.0",
13
],
14
"dev": [
0 commit comments