Some tests fail with GDAL 3.4+:
- `gis_tests.gdal_tests.test_raster.GDALBandTests.test_band_data`
- `gis_tests.inspectapp.tests.OGRInspectTest.test_time_field`
-
`gis_tests.gdal_tests.test_raster.GDALRasterTests.test_raster_info_accessor`
--
Ticket URL: <https://code.djangoproject.com/ticket/33577>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:1>
* stage: Accepted => Unreviewed
Old description:
> See release notes:
> - [https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS.md 3.4.0]
> - [https://github.com/OSGeo/gdal/blob/v3.4.1/gdal/NEWS.md 3.4.1]
> - [https://github.com/OSGeo/gdal/blob/v3.4.2/gdal/NEWS.md 3.4.2]
>
> Some tests fail with GDAL 3.4+:
> - `gis_tests.gdal_tests.test_raster.GDALBandTests.test_band_data`
> - `gis_tests.inspectapp.tests.OGRInspectTest.test_time_field`
> -
> `gis_tests.gdal_tests.test_raster.GDALRasterTests.test_raster_info_accessor`
New description:
See release notes:
- [https://github.com/OSGeo/gdal/blob/v3.4.0/gdal/NEWS.md 3.4.0]
- [https://github.com/OSGeo/gdal/blob/v3.4.1/gdal/NEWS.md 3.4.1]
- [https://github.com/OSGeo/gdal/blob/v3.4.2/gdal/NEWS.md 3.4.2]
Some tests fail with GDAL 3.4+:
- `gis_tests.inspectapp.tests.OGRInspectTest.test_time_field` (3.4.0+)
- `gis_tests.gdal_tests.test_raster.GDALBandTests.test_band_data` (3.4.1+)
-
`gis_tests.gdal_tests.test_raster.GDALRasterTests.test_raster_info_accessor`
(3.4.1+)
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:2>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:3>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/15513 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"970f5bf5035d8c99b0ff883f984b60cf531dddbe" 970f5bf]:
{{{
#!CommitTicketReference repository=""
revision="970f5bf5035d8c99b0ff883f984b60cf531dddbe"
Fixed #33577 -- Confirmed support for GDAL 3.4.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:5>
Comment (by GitHub <noreply@…>):
In [changeset:"1b695fbbc203c163bf7b8d78f6313a6c506fb938" 1b695fb]:
{{{
#!CommitTicketReference repository=""
revision="1b695fbbc203c163bf7b8d78f6313a6c506fb938"
Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.
Follow up to 970f5bf5035d8c99b0ff883f984b60cf531dddbe.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33577#comment:6>