diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-12 21:06:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-12 21:34:00 -0500 |
| commit | 2514e044a7fce58176c4e79eec298f3d8f70e89b (patch) | |
| tree | 4f4a097063674faf2ab964679747c028008f3ab8 /tests/requirements/mysql.txt | |
| parent | 815f4d206dfea41bdff167283c2cac43a71524ac (diff) | |
Bumped mysqlclient test requirement to >= 1.3.7.
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6.
Diffstat (limited to 'tests/requirements/mysql.txt')
| -rw-r--r-- | tests/requirements/mysql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
