diff options
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 |