]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add import-tasks to run-tox-qa test 34233/head
authorKefu Chai <kchai@redhat.com>
Fri, 27 Mar 2020 06:54:34 +0000 (14:54 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 Mar 2020 06:54:37 +0000 (14:54 +0800)
to ensure that qa suites are python3 compatible

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

index 46f1f1def4527718196131e1fc43ab8fbc420989..28f3c36b86823ae7f155d3ad4b763ce8446b7c35 100644 (file)
@@ -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()