mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
cmake: temporarily disable py3 test
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>
This commit is contained in:
parent
127dd54db8
commit
da40d84640
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user