Add test-requirements to pylint reqs

Need this for ddt, mock, etc.  pylint runs
currently throw ImportErrors related to this.

Change-Id: Ia906cd89acc9c12e4b731751763b4e9331aa80d2
This commit is contained in:
Eric Harney 2018-10-15 10:19:41 -04:00
parent a2d4a9569e
commit e82a842616

View File

@ -85,6 +85,7 @@ commands =
[testenv:pylint]
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pylint==2.1.1
commands =
bash ./tools/coding-checks.sh --pylint {posargs}