From: Kefu Chai Date: Fri, 27 Mar 2020 06:54:34 +0000 (+0800) Subject: cmake: add import-tasks to run-tox-qa test X-Git-Tag: v16.1.0~2769^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34233%2Fhead;p=ceph.git cmake: add import-tasks to run-tox-qa test to ensure that qa suites are python3 compatible Signed-off-by: Kefu Chai --- diff --git a/qa/CMakeLists.txt b/qa/CMakeLists.txt index 46f1f1def452..28f3c36b8682 100644 --- a/qa/CMakeLists.txt +++ b/qa/CMakeLists.txt @@ -5,5 +5,5 @@ endif() if(WITH_TESTS) include(AddCephTest) - add_tox_test(qa flake8-py2 flake8-py3) + add_tox_test(qa flake8-py2 flake8-py3 import-tasks) endif()