Skip to content

Commit

Permalink
Add test for PYTHONWARNINGS=error
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 28, 2024
1 parent 56a7c65 commit 9d911f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ outputs:
- osgeo._osr
commands:
- python test_python.py
- PYTHONWARNINGS="error" python -c "import osgeo; print(osgeo.__version__)" # [not win]
# Check that Python-implemented GDAL utilities are available with .py extension, as documented
- gdal2tiles.py --help
- gdal2xyz.py --help
Expand Down

0 comments on commit 9d911f4

Please sign in to comment.