Seems MySQL adapter has not been fully ported to Python 3:
======================================================================
ERROR: test_fulltext_search (unittest_mysql.MyHelperTC)
----------------------------------------------------------------------
Traceback (most recent call last): File "/tmp/autopkgtest-lxc.659k_f_j/downtmp/autopkgtest_tmp/test/unittest_mysql.py", line 50, in test_fulltext_search
self.helper.fulltext_search(u'ginco-jpl')
File "/usr/lib/python3/dist-packages/logilab/database/mysql.py", line 288, in fulltext_search
querystr = unicode(querystr, self.dbencoding)
NameError: name 'unicode' is not defined
|
Comments
-
2019/06/04 12:21, written by dlaxalde
add commentWe can skip these as nobody uses the mysql adapter anymore, I think.