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:
parent
a2d4a9569e
commit
e82a842616
1
tox.ini
1
tox.ini
@ -85,6 +85,7 @@ commands =
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
pylint==2.1.1
|
pylint==2.1.1
|
||||||
commands =
|
commands =
|
||||||
bash ./tools/coding-checks.sh --pylint {posargs}
|
bash ./tools/coding-checks.sh --pylint {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user