#21930: Regression with test django.contrib.gis.tests.test_spatialrefsys
---------------------------------+--------------------
     Reporter:  manfre           |      Owner:  nobody
         Type:  Bug              |     Status:  new
    Component:  GIS              |    Version:  master
     Severity:  Release blocker  |   Keywords:
 Triage Stage:  Unreviewed       |  Has patch:  0
Easy pickings:  0                |      UI/UX:  0
---------------------------------+--------------------
 With sqlite on windows and python 2.7.5

 {{{
 ======================================================================
 ERROR: django.contrib.gis.tests.test_spatialrefsys
 (unittest.loader.ModuleImportFailure)
 ----------------------------------------------------------------------
 ImportError: Failed to import test module:
 django.contrib.gis.tests.test_spatialrefsys
 Traceback (most recent call last):
   File "C:\Python27\Lib\unittest\loader.py", line 252, in _find_tests
     module = self._get_module_from_name(name)
   File "C:\Python27\Lib\unittest\loader.py", line 230, in
 _get_module_from_name
     __import__(name)
   File
 "D:\project\django\django\django\contrib\gis\tests\test_spatialrefsys.py",
 line 6, in <module>
     from django.contrib.gis.utils import add_srs_entry
 ImportError: cannot import name add_srs_entry
 }}}

 Bisect
 {{{
 fabc678f930431fd6e502fe7930ee772eff96898 is the first bad commit
 commit fabc678f930431fd6e502fe7930ee772eff96898
 Author: Claude Paroz <[email protected]>
 Date:   Thu Jan 30 09:37:15 2014 +0100

     Added new srs test and various cleaning

 :040000 040000 59be96e70c8b3d819388f9ca6f4ead7e1de09ace
 1213b8a9e92aba2134e64248c3038503f98e1d35 M  django
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21930>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.bad5c6237ba2dd9e19dfa316f6dca979%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to