From e38c65f18187163292c9e35957ac0b62efb04b19 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 20 Sep 2021 02:52:10 +0300 Subject: [PATCH] lint fix --- testenv/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/testenv/tox.ini b/testenv/tox.ini index e3d2a810..bc071697 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -19,6 +19,7 @@ deps = whitelist_externals = bash commands = bash -c 'pylint -j2 --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py' deps = + astroid==2.7.3 pylint pytest pytest-asyncio