You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TestLatin1 test is currently failing and has therefore been excluded from the actual pytest run. Upon investigation, it appears that the charset setting (db["charset"] = charset) has been omitted in base.py.
Issue Description and Solution
The
TestLatin1
test is currently failing and has therefore been excluded from the actual pytest run. Upon investigation, it appears that the charset setting (db["charset"] = charset
) has been omitted inbase.py
.python-mysql-replication/pymysqlreplication/tests/base.py
Lines 45 to 58 in b542936
I plan to add the missing charset setting and re-include the test_query_event_latin1 test in the pytest suite.
Special thanks to @sean-k1 for the assistance😄
The text was updated successfully, but these errors were encountered: