]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: temporarily disable py3 test
authorKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 16:32:26 +0000 (00:32 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 8 Dec 2022 17:07:19 +0000 (01:07 +0800)
py3 tries to import all python modules to ensure that they are
python3 compatible. but the installation fails on jenkins test node:

  Resolved https://github.com/ceph/teuthology.git to commit 4da97cf64e542f347ec47b7bdbe5eca99759f9b7
  Installing build dependencies: started
  error: subprocess-exited-with-error

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

index b8d4872ac0e152786f1cc81115da092da3fbd791..a8726141bc4742752219f9b7f0cb10fa1af768b2 100644 (file)
@@ -5,5 +5,5 @@ endif()
 
 if(WITH_TESTS)
   include(AddCephTest)
-  add_tox_test(qa TOX_ENVS py3 flake8 mypy deadsymlinks)
+  add_tox_test(qa TOX_ENVS flake8 mypy deadsymlinks)
 endif()