Bas Couwenberg pushed to branch master at Debian GIS Project / python-geopandas


Commits:
f5c2162f by Bas Couwenberg at 2023-10-13T09:02:59+02:00
Use --ignore-glob to also match built library paths.

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -12,10 +12,10 @@ export PYBUILD_NAME=geopandas
 export PYBUILD_BEFORE_TEST=cp -v debian/nybb_*.zip examples/ && cp -rv 
examples/ {build_dir} && mkdir -p {build_dir}/geopandas/tests/ && cp -rv 
geopandas/tests/data/ {build_dir}/geopandas/tests/
 export PYBUILD_AFTER_TEST=rm -rfv {build_dir}/examples/ 
{build_dir}/tests/data/ && rm -f examples/nybb_*.zip
 export PYBUILD_TEST_ARGS=-vv \
- --ignore=geopandas/io/tests/test_file.py \
- --ignore=geopandas/tests/test_geocode.py \
- --ignore=geopandas/tests/test_overlay.py \
- --ignore=geopandas/tests/test_plotting.py \
+ --ignore-glob=*/io/tests/test_file.py \
+ --ignore-glob=*/tests/test_geocode.py \
+ --ignore-glob=*/tests/test_overlay.py \
+ --ignore-glob=*/tests/test_plotting.py \
  ${TEST_ARGS}
 
 %:



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/f5c2162f375e4203a813c53601ffe6a80c02d275

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-geopandas/-/commit/f5c2162f375e4203a813c53601ffe6a80c02d275
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to