summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-06 14:49:27 -0500
committerGitHub <noreply@github.com>2018-12-06 14:49:27 -0500
commit88619e6129fd8c6668242f1acc1465ca175d2948 (patch)
tree639b93dfc51414401f720abf85a593e307a260ef /tests/requirements
parent9453bc77f4968dc3a8167eadbf97759538133332 (diff)
downloaddjango-88619e6129fd8c6668242f1acc1465ca175d2948.tar.gz
Bumped mysqlclient requirement to >= 1.3.13.
There are test failures with older versions.
Diffstat (limited to 'tests/requirements')
-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..9974ce0d36 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.13