diff options
author | Maxim Devaev <[email protected]> | 2021-09-20 02:52:10 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-20 02:52:10 +0300 |
commit | e38c65f18187163292c9e35957ac0b62efb04b19 (patch) | |
tree | 9919245ae29d7458260911afec1544ebffdbf1f7 /testenv/tox.ini | |
parent | cfa7aca2bf04cdf2394eda08288291ddd3c6de59 (diff) |
lint fix
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 1 |
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 |