From 2514e044a7fce58176c4e79eec298f3d8f70e89b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 12 Nov 2015 21:06:15 -0500 Subject: [PATCH] Bumped mysqlclient test requirement to >= 1.3.7. mysqlclient 1.3.7 fixes the test failures caused by 1.3.6. --- tests/requirements/mysql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index 5fb40bcc0b..cec08055cf 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1,2 +1,2 @@ # Due to a bug that will be fixed in mysqlclient 1.3.7. -mysqlclient <= 1.3.5 +mysqlclient >= 1.3.7