Skip tests broken on GDAL 3.3.0.
This commit is contained in:
parent
2468bf69ab
commit
4aaaeaf18c
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue