summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-09-20 02:52:10 +0300
committerMaxim Devaev <[email protected]>2021-09-20 02:52:10 +0300
commite38c65f18187163292c9e35957ac0b62efb04b19 (patch)
tree9919245ae29d7458260911afec1544ebffdbf1f7 /testenv
parentcfa7aca2bf04cdf2394eda08288291ddd3c6de59 (diff)
lint fix
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tox.ini1
1 files changed, 1 insertions, 0 deletions
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