#31765: schema.tests.SchemaTests.test_db_table fails on MacOS
-------------------------------------+-------------------------------------
     Reporter:  Tom Forbes           |                    Owner:  Tom
                                     |  Forbes
         Type:  Bug                  |                   Status:  new
    Component:  Uncategorized        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 OK, this isn't fixed. Reproduces with this environment:


 {{{
 >>> import platform
 >>> import sqlite3
 >>> platform.mac_ver()
 ('10.16', ('', '', ''), 'x86_64')
 >>> sqlite3.sqlite_version_info
 (3, 32, 3)
 }}}

 In the source we limited the check to `if
 platform.mac_ver()[0].startswith('10.15.') and
 Database.sqlite_version_info == (3, 28, 0):`
 See 80a8be03d9321669a239dbced8ac48a4ebbbb7e1

 We were hoping it was just the single version. There must be something
 about the macOS build that distinguishes it from others, if we can just
 identify that. 🧐

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31765#comment:15>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.da07155134eba2df261e3d1c6965bddd%40djangoproject.com.

Reply via email to