this change partially reverts
81305b0da9a3e04633c022b12644e2975aa46a0d,
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>
if(WITH_TESTS)
include(AddCephTest)
- add_tox_test(qa TOX_ENVS py3 flake8 mypy)
+ add_tox_test(qa TOX_ENVS py3 flake8)
endif()