mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-29 01:09:47 +03:00
Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again
This commit is contained in:
parent
4787cdc200
commit
246ab15fec
3
tox.ini
3
tox.ini
|
@ -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=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user