mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
cmake: drop "mypy" from tox envlist of "qa"
this change partially reverts 81305b0da9
,
otherwise we have following errors:
tasks/vstart_runner.py:691: error: Definition of "_run_python" in base class "LocalCephFSMount" is incompatible with definition in base class "CephFSMount"
tasks/vstart_runner.py:705: error: Definition of "_run_python" in base class "LocalCephFSMount" is incompatible with definition in base class "CephFSMount"
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
eabe3c5cee
commit
286e46578d
@ -5,5 +5,5 @@ endif()
|
||||
|
||||
if(WITH_TESTS)
|
||||
include(AddCephTest)
|
||||
add_tox_test(qa TOX_ENVS py3 flake8 mypy)
|
||||
add_tox_test(qa TOX_ENVS py3 flake8)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user