]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commit286e46578dcf35ab096dd242338f3751c248683c
tree2f9698a74d65b533021c2ff9c8c7ec842aed8017
parenteabe3c5cee6112908e6765a2af0ad73c6e260274
cmake: drop "mypy" from tox envlist of "qa"

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