We'd need mysqlclient to support Python 3.2 (or drop official support for MySQL/Python 3.2):
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: /var/lib/jenkins/workspace/django-selenium/database/mysql/python/python3.2/tests/.env/lib/python3.2/site-packages/_mysql.cpython-32mu.so: undefined symbol: PyUnicode_AsUTF8 Python 2.7 test failures: custom_pk.tests.CustomPKTests.test_required_pk fixtures.tests.FixtureLoadingTests.test_loaddata_error_message generic_relations_regress.tests.GenericRelationTests.test_target_model_is_unsaved get_or_create.tests.GetOrCreateTests.test_get_or_create_invalid_params get_or_create.tests.UpdateOrCreateTests.test_integrity model_fields.tests.BooleanFieldTests.test_null_default Python 3.4 test failures: backends.tests.BackendTestCase.test_cursor_execute_with_pyformat backends.tests.BackendTestCase.test_cursor_executemany_with_pyformat backends.tests.BackendTestCase.test_cursor_executemany_with_pyformat_iterator custom_pk.tests.CustomPKTests.test_required_pk fixtures.tests.FixtureLoadingTests.test_loaddata_error_message generic_relations_regress.tests.GenericRelationTests.test_target_model_is_unsaved get_or_create.tests.GetOrCreateTests.test_get_or_create_invalid_params get_or_create.tests.UpdateOrCreateTests.test_integrity model_fields.tests.BooleanFieldTests.test_null_default raw_query.tests.RawQueryTests.test_pyformat_params Let me know if you need tracebacks, but I assume you'll need to run the tests yourself in our to fix the issues. On Monday, September 8, 2014 9:38:22 AM UTC-4, Collin Anderson wrote: > > It's great to see us moving forward on this. Thanks to Naoki for all of > the work on this! > -- You received this message because you are subscribed to the Google Groups "Django developers" 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]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/fcc06c58-a366-4996-9b57-6412d93c6483%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
