From f28b65d5d6d708ac799e0ee099b3d82246404d2d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 26 Dec 2022 14:27:26 +0000 Subject: [PATCH] Testing: Drop python2 --- tests/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e00afd03c..86f450af7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -334,18 +334,6 @@ if( HAVE_BUILD_TOOLS ) endif() - if( HAVE_PYTHON2 AND ENABLE_EXTRA_TESTS ) - list( APPEND ptests bufr_dump_decode_python ) - # list( APPEND ptests bufr_dump_encode_python ) - foreach( test ${ptests} ) - ecbuild_add_test( TARGET eccodes_t_${test} - TYPE SCRIPT - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/${test}.sh - ENVIRONMENT PYTHON=${PYTHON_EXECUTABLE} PYTHONPATH=${PROJECT_BINARY_DIR}/python - TEST_DEPENDS eccodes_download_bufrs ) - endforeach() - endif() - ########################################### # Note: the reference file is in the tests dir not data dir! ecbuild_add_test( TARGET eccodes_t_grib_grid_lamb_az_eq_area