#32216: Can not execute tests with spatialite as database backend
---------------------------------------+------------------------
Reporter: thegreathir | Owner: nobody
Type: Bug | Status: new
Component: GIS | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------+------------------------
I'm using django version 3.1 and libsqlite3-mod-spatialit version
4.3.0a-6 on ubuntu 19.10.
My database backend is spatialite when I run tests I get following error:
{{{
Creating test database for alias 'default'...
Destroying old test database for alias 'default'...
python3: ByteOrderValues.cpp:46: static int
geos::io::ByteOrderValues::getInt(const unsigned char*, int): Assertion
`byteOrder == ENDIAN_LITTLE' failed.
[1] 2019 abort (core dumped) python3 manage.py test
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32216>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.