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.
2 parents 27bb1c6 + 645c49b commit 48c0588Copy full SHA for 48c0588
newsfragments/1782.bugfix.rst
@@ -0,0 +1 @@
1
+Update eth-tester dependency to fix tester environment install version conflict.
setup.py
@@ -7,7 +7,7 @@
7
8
extras_require = {
9
'tester': [
10
- "eth-tester[py-evm]==v0.5.0-beta.2",
+ "eth-tester[py-evm]==v0.5.0-beta.3",
11
"py-geth>=2.4.0,<3",
12
],
13
'linter': [
0 commit comments