File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ Add back dependency extra for 'tester'.
Original file line number Diff line number Diff line change 5
5
)
6
6
7
7
extras_require = {
8
+ "tester" : [
9
+ "eth-tester[py-evm]>=0.11.0b1,<0.13.0b1" ,
10
+ "py-geth>=5.0.0" ,
11
+ ],
8
12
"dev" : [
9
13
"build>=0.9.0" ,
10
14
"bumpversion>=0.5.3" ,
30
34
"test" : [
31
35
# Note: ethereum-maintained libraries in this list should be added to the
32
36
# `install_pre_releases.py` script.
33
- "eth-tester[py-evm]>=0.11.0b1,<0.13.0b1" ,
34
- "py-geth>=5.0.0" ,
35
37
"pytest-asyncio>=0.18.1,<0.23" ,
36
38
"pytest-mock>=1.10" ,
37
39
"pytest-xdist>=2.4.0" ,
40
42
}
41
43
42
44
extras_require ["dev" ] = (
43
- extras_require ["dev" ] + extras_require ["docs" ] + extras_require ["test" ]
45
+ extras_require ["dev" ]
46
+ + extras_require ["docs" ]
47
+ + extras_require ["test" ]
48
+ + extras_require ["tester" ]
44
49
)
45
50
46
51
You can’t perform that action at this time.
0 commit comments