mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
14722092fd
to ensure that qa suites are python3 compatible Signed-off-by: Kefu Chai <kchai@redhat.com>
10 lines
228 B
CMake
10 lines
228 B
CMake
set(CEPH_BUILD_VIRTUALENV $ENV{TMPDIR})
|
|
if(NOT CEPH_BUILD_VIRTUALENV)
|
|
set(CEPH_BUILD_VIRTUALENV ${CMAKE_BINARY_DIR})
|
|
endif()
|
|
|
|
if(WITH_TESTS)
|
|
include(AddCephTest)
|
|
add_tox_test(qa flake8-py2 flake8-py3 import-tasks)
|
|
endif()
|