diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-17 14:49:27 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-17 15:07:26 -0400 |
| commit | fc8a6a9b002aef90ff68f3d95e560db1ea728c76 (patch) | |
| tree | 687ead1606a0b5d5ecab5c89a187d4a9e0210dcf /tests/requirements/mysql.txt | |
| parent | 12a62e7e4b8e6d1136aa4457619449cbbcf9dd7c (diff) | |
Added a version requirement to mysqlclient in test requirements.
Diffstat (limited to 'tests/requirements/mysql.txt')
| -rw-r--r-- | tests/requirements/mysql.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index 18c098ae96..5fb40bcc0b 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1,2 @@ -mysqlclient +# Due to a bug that will be fixed in mysqlclient 1.3.7. +mysqlclient <= 1.3.5 |
