mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
cmake: add "mypy" back to tox envlist of "qa""
This reverts commit286e46578d
. since0017df2006
has been merged, let's add mypy back. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0017df2006
commit
ffbc3164d4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user