# HG changeset patch # User Marcin Kuzminski # Date 2019-10-08 11:30:46 # Node ID 43ad454c9157db41cf8d8561577d40c3466bfea6 # Parent 6411e6b828acb9b12a01bb506fb044ded03c5d40 makefile: use utf8 for mysql tests diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ test-only-mysql: PYTHONHASHSEED=random \ py.test -x -vv -r xw -p no:sugar --cov=rhodecode \ --cov-report=term-missing --cov-report=html \ - --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test"}}' \ + --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test?charset=utf8"}}' \ rhodecode test-only-postgres: