cmake: add "mypy" back to tox envlist of "qa""

This reverts commit 286e46578d.

since 0017df2006 has been merged, let's
add mypy back.

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-07-22 10:08:47 +08:00
parent 0017df2006
commit ffbc3164d4

View File

@ -5,5 +5,5 @@ endif()
if(WITH_TESTS)
include(AddCephTest)
add_tox_test(qa TOX_ENVS py3 flake8)
add_tox_test(qa TOX_ENVS py3 flake8 mypy)
endif()