Skip to content

Commit bad0c8e

Browse files
authored
Merge pull request #1417 from cburgdorf/christoph/fix/remove-superflous-config
Remove unneeded dependency in tox.ini
2 parents 7ad4259 + d0366ee commit bad0c8e

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)