From e82a842616a33c5817e1f2a613f77af877b046e6 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 15 Oct 2018 10:19:41 -0400 Subject: [PATCH] Add test-requirements to pylint reqs Need this for ddt, mock, etc. pylint runs currently throw ImportErrors related to this. Change-Id: Ia906cd89acc9c12e4b731751763b4e9331aa80d2 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7969f27a671..914a297875d 100644 --- a/tox.ini +++ b/tox.ini @@ -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}