Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again

This commit is contained in:
Daniel Gallagher 2018-05-25 21:33:09 -07:00
parent 4787cdc200
commit 246ab15fec

View File

@ -4,6 +4,7 @@ skipsdist = true
[testenv] [testenv]
deps= deps=
aniso8601
pytest>=2.7.2 pytest>=2.7.2
graphql-core>=1.1 graphql-core>=1.1
promise>=2.0 promise>=2.0
@ -11,10 +12,12 @@ deps=
six six
blinker blinker
singledispatch singledispatch
snapshottest
mock mock
pytz pytz
iso8601 iso8601
pytest-benchmark pytest-benchmark
pytest-mock
setenv = setenv =
PYTHONPATH = .:{envdir} PYTHONPATH = .:{envdir}
commands= commands=