Skip to content

Fix running PyKF5 tests when using a custom CMAKE_INSTALL_PREFIX

Antonio Rojas requested to merge (removed):fix-pykf5-tests into master

Currently, ECM passes the cmake build dir as python module search path to the PyKF5 test script only if the current module doesn't depend on any other PyKF5 module, and otherwise passes the system python module path, which seems rather arbitrary. This makes the test fail for those frameworks whose python bindings depend on other framework's bindings, because the python modules can't be found on the system path (since they are not installed yet)

Merge request reports