summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-05 15:48:24 -0500
committerGitHub <noreply@github.com>2018-12-05 15:48:24 -0500
commit13501d162f4b243f20e2a89e0799ceb796ea9756 (patch)
tree1ea4e8b39d1ed739c2ae251307c03139958bd48d /tests
parent288279ccfd93cd4af9020438311d0bfcfa06c13e (diff)
[2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements/mysql.txt3
1 files changed, 1 insertions, 2 deletions
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