]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add "mypy" back to tox envlist of "qa"" 42431/head
authorKefu Chai <kchai@redhat.com>
Thu, 22 Jul 2021 02:08:47 +0000 (10:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 22 Jul 2021 02:09:21 +0000 (10:09 +0800)
This reverts commit 286e46578dcf35ab096dd242338f3751c248683c.

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

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/CMakeLists.txt

index fd95d83833b3c7ece0809bb7b21559b3025b2450..884c41e4bbafe376ccc7d952901749440aba72ca 100644 (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()