mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-29 09:19:49 +03:00
Switch testenv deps to .[test] instead of an explicit list so the list of test deps in setup.py becomes the single source of truth for test deps.
This commit is contained in:
parent
7fad0c265a
commit
3490177a40
16
tox.ini
16
tox.ini
|
@ -3,21 +3,7 @@ envlist = flake8,py27,py33,py34,py35,py36,pre-commit,pypy
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps = .[test]
|
||||||
aniso8601
|
|
||||||
pytest>=2.7.2
|
|
||||||
graphql-core>=1.1
|
|
||||||
promise>=2.0
|
|
||||||
graphql-relay>=0.4.5
|
|
||||||
six
|
|
||||||
blinker
|
|
||||||
singledispatch
|
|
||||||
snapshottest
|
|
||||||
mock
|
|
||||||
pytz
|
|
||||||
iso8601
|
|
||||||
pytest-benchmark
|
|
||||||
pytest-mock
|
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH = .:{envdir}
|
PYTHONPATH = .:{envdir}
|
||||||
commands=
|
commands=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user