--
Ticket URL: <https://code.djangoproject.com/ticket/25655>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => sir-sigurd
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:1>
* stage: Unreviewed => Accepted
Comment:
Accepted per https://code.djangoproject.com/ticket/25654#comment:2.
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b78226cd3d2dd578ac57341e0c55754b31ab66ba" b78226cd]:
{{{
#!CommitTicketReference repository=""
revision="b78226cd3d2dd578ac57341e0c55754b31ab66ba"
Fixed #25655 -- Dropped support for GEOS < 3.3
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:5>
Comment (by timgraham):
Ubuntu 12.04 uses GEOS 3.2.2, so this [http://djangoci.com/job/django-
master/1696/ broke the build] on that machine. Should we try to restore
test skipping so we can continue testing the rest of the matrix? I'm not
sure how much long we'll want to keep that machine but 12.04 is EOL April
2017.
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:6>
Comment (by sir-sigurd):
I just wander, what version of postgis is used on that machine?
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:7>
Comment (by timgraham):
Details are at wiki:Jenkins.
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:8>
Comment (by claudep):
What about setting `HAS_GEOS` to False when the GEOS version is too low?
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b52b9cf6f2e88468b13ca64b806abc9a3dd437bd" b52b9cf]:
{{{
#!CommitTicketReference repository=""
revision="b52b9cf6f2e88468b13ca64b806abc9a3dd437bd"
Refs #25655 -- Made HAS_GEOS depend on a minimum version.
This skips some tests on systems with GEOS < 3.3 (the minimum
supported version).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25655#comment:10>