mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
ffbc3164d4
This reverts commit286e46578d
. since0017df2006
has been merged, let's add mypy back. Signed-off-by: Kefu Chai <kchai@redhat.com>
10 lines
218 B
CMake
10 lines
218 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 TOX_ENVS py3 flake8 mypy)
|
|
endif()
|