From 13501d162f4b243f20e2a89e0799ceb796ea9756 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 5 Dec 2018 15:48:24 -0500 Subject: [2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported. --- tests/requirements/mysql.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index cec08055cf..8abfd961fc 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1,2 +1 @@ -# Due to a bug that will be fixed in mysqlclient 1.3.7. -mysqlclient >= 1.3.7 +mysqlclient >= 1.3.7, < 1.3.14 -- cgit v1.3