]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: drop "mypy" from tox envlist of "qa" 42430/head
authorKefu Chai <kchai@redhat.com>
Wed, 21 Jul 2021 02:56:21 +0000 (10:56 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 21 Jul 2021 03:09:20 +0000 (11:09 +0800)
this change partially reverts 81305b0da9a3e04633c022b12644e2975aa46a0d,
otherwise we have following errors:

tasks/vstart_runner.py:691: error: Definition of "_run_python" in base class "LocalCephFSMount" is incompatible with definition in base class "CephFSMount"
tasks/vstart_runner.py:705: error: Definition of "_run_python" in base class "LocalCephFSMount" is incompatible with definition in base class "CephFSMount"

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

index 884c41e4bbafe376ccc7d952901749440aba72ca..fd95d83833b3c7ece0809bb7b21559b3025b2450 100644 (file)
@@ -5,5 +5,5 @@ endif()
 
 if(WITH_TESTS)
   include(AddCephTest)
-  add_tox_test(qa TOX_ENVS py3 flake8 mypy)
+  add_tox_test(qa TOX_ENVS py3 flake8)
 endif()