Skip to content

Commit d0366ee

Browse files
committed
Remove unneeded dependency in tox.ini
1 parent 7ad4259 commit d0366ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands=
4545
native-state-metropolis: pytest {posargs:tests/json-fixtures/test_state.py -k Metropolis}
4646
lightchain_integration: pytest --integration {posargs:tests/trinity/integration/test_lightchain_integration.py}
4747

48-
deps = .[eth,p2p,trinity,eth-extra,test]
48+
deps = .[p2p,trinity,eth-extra,test]
4949

5050
basepython =
5151
py35: python3.5

0 commit comments

Comments
 (0)