Skip tests broken on GDAL 3.3.0.

This commit is contained in:
Elliott Sales de Andrade 2021-06-17 20:24:02 -04:00
commit 4aaaeaf18c

View file

@ -56,7 +56,10 @@ BuildRequires: python3dist(matplotlib) >= 2.0.1
%check
%{pytest} -ra geopandas -m 'not web'
# Skip tests broken on GDAL 3.3.0
# https://github.com/geopandas/geopandas/issues/1975
%{pytest} -ra geopandas -m 'not web' \
-k 'not test_to_file_bool[GPKG-gpkg] and not test_to_file_datetime'
%files -n python3-%{srcname}
@ -70,6 +73,7 @@ BuildRequires: python3dist(matplotlib) >= 2.0.1
* Thu Jun 17 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.9.0-2
- Update & correct dependencies
- Backport patch to fix tests with Proj 8.0.1
- Skip tests broken on GDAL 3.3.0
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.0-2
- Rebuilt for Python 3.10