CMake Warning (dev) at tests/cts/clitests/CMakeLists.txt:5 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
CI is getting this warning from CMake 3.27
Please change it to use the FindPython3 module instead. More information at https://cmake.org/cmake/help/latest/policy/CMP0148.html.