From 1bcae4ed4680c2fefa7d2f688dbf03440167f9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Coussat?= Date: Fri, 3 Jul 2026 10:52:44 +0200 Subject: [PATCH] ENH: Removed unused itk_python_add_test --- test/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 88d856a..67b403b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -17,13 +17,6 @@ itk_add_test(NAME pctProtonPairsToDistanceDrivenProjectionTest itk_add_test(NAME pctHoleFillingImageFilterTest COMMAND PCTTestDriver pctHoleFillingImageFilterTest) -#----------------------------------------------------------------------------- -# Python tests -if(ITK_WRAP_PYTHON) - itk_python_add_test(NAME pctPythonWrappingInstantiationTest COMMAND pctPythonWrappingInstantiationTest.py) - itk_python_add_test(NAME pctOutputArgumentWrappingTest COMMAND pctOutputArgumentWrapping.py) -endif() - #----------------------------------------------------------------------------- # Applications testing # This must come before the call to ExternalData_add_target(ITKData)