Skip to content

Commit a7168ff

Browse files
dan98765jkimbo
authored andcommitted
Fix: Make tox stop failing (#741)
* Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again * Run pre-commit on all files * 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.
1 parent 034b538 commit a7168ff

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tox.ini

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,7 @@ envlist = flake8,py27,py33,py34,py35,py36,pre-commit,pypy
33
skipsdist = true
44

55
[testenv]
6-
deps=
7-
pytest>=2.7.2
8-
graphql-core>=1.1
9-
promise>=2.0
10-
graphql-relay>=0.4.5
11-
six
12-
blinker
13-
singledispatch
14-
mock
15-
pytz
16-
iso8601
17-
pytest-benchmark
6+
deps = .[test]
187
setenv =
198
PYTHONPATH = .:{envdir}
209
commands=

0 commit comments

Comments
 (0)