Skip to content

testing: support actually skipping Python tests

Ben Boeckel requested to merge ben.boeckel/vtk:skip-python-tests into master

VTK now requires CMake 3.12 on its own and in consumers, so we can assume that SKIP_RETURN_CODE is supported now.

Merge request reports