Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tests for programs with .py extension #941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2

build:
number: 5
number: 6
skip_compile_pyc:
- share/bash-completion/completions/*.py
skip: true # [ppc64le]
Expand Down Expand Up @@ -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
Expand Down