summaryrefslogtreecommitdiffstats
path: root/qa/CMakeLists.txt
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2021-07-21 04:56:21 +0200
committerKefu Chai <kchai@redhat.com>2021-07-21 05:09:20 +0200
commit286e46578dcf35ab096dd242338f3751c248683c (patch)
tree2f9698a74d65b533021c2ff9c8c7ec842aed8017 /qa/CMakeLists.txt
parentMerge pull request #42261 from cyx1231st/wip-seastore-metrics-2 (diff)
downloadceph-286e46578dcf35ab096dd242338f3751c248683c.tar.xz
ceph-286e46578dcf35ab096dd242338f3751c248683c.zip
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>
Diffstat (limited to 'qa/CMakeLists.txt')
-rw-r--r--qa/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt
index 884c41e4bba..fd95d83833b 100644
--- a/qa/CMakeLists.txt
+++ b/qa/CMakeLists.txt
@@ -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()