[vtk-developers] Minimum Python requirement

Ben Boeckel ben.boeckel at kitware.com
Thu Feb 13 13:22:27 EST 2014


On Thu, Feb 13, 2014 at 10:55:10 -0700, David Gobbi wrote:
> Actually, the check should probably be done in the CMakeLists.txt:
> 
> if(${PYTHON_VERSION} VERSION_GREATER "2.6")
>   vtk_add_test_python(TestImageJSONWriter.py NO_VALID)
> endif()

I don't see why. We can certainly *run* the test on older Python
versions, we just can't *validate* the test. In the absence of the
latter, I'd take segfault discovery of a simple run test :) .

--Ben



More information about the vtk-developers mailing list