From 990f23fed7371b56490351237a5d598d762fffc8 Mon Sep 17 00:00:00 2001 From: Peter Limkilde Svendsen Date: Wed, 29 May 2024 09:47:31 +0200 Subject: [PATCH] Remove tests for programs with .py extension --- recipe/meta.yaml | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 35ed62f1..5fc86674 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2 build: - number: 5 + number: 6 skip_compile_pyc: - share/bash-completion/completions/*.py skip: true # [ppc64le] @@ -294,29 +294,7 @@ outputs: - osgeo._osr commands: - python run_test.py - # Check that Python-implemented GDAL utilities are available with .py extension, as documented - - gdal2tiles.py --help - - gdal2xyz.py --help - - gdal_calc.py --help - - gdal_edit.py --help - - gdal_fillnodata.py --help - - gdal_merge.py --help - - gdal_pansharpen.py --help - - gdal_polygonize.py --help - - gdal_proximity.py --help - - gdal_retile.py --help - - gdal_sieve.py --help - - gdalattachpct.py --help - - gdalcompare.py --help - - gdalmove.py --help - - pct2rgb.py --help - - rgb2pct.py --help - - ogrmerge.py --help - - ogr_layer_algebra.py --help - # Check that the utilities are available as entry points without extension, see: - # https://github.com/conda-forge/gdal-feedstock/issues/834 - # https://github.com/OSGeo/gdal/pull/8718 - # https://github.com/OSGeo/gdal/issues/8811 + # Check availability of Python programs - gdal2tiles --help - gdal2xyz --help - gdal_calc --help