mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-18 05:44:35 +08:00
Test connection tweaks for Travis
This commit is contained in:
@ -8,7 +8,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
|
||||
connect_args = ()
|
||||
connect_kw_args = dict(db='test',
|
||||
host="127.0.0.1",
|
||||
user="test", #read_default_file='~/.my.cnf',
|
||||
user="root",
|
||||
charset='utf8',
|
||||
sql_mode="ANSI,STRICT_TRANS_TABLES,TRADITIONAL")
|
||||
|
||||
|
Reference in New Issue
Block a user