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:11:41 -0400 |
| commit | 4f0966e75fd53816372bfd9193f0a2a8064c447a (patch) | |
| tree | 2475dde6070b711e491c2d3db9c8fb86be426b50 /tests | |
| parent | 120be9b6c007ba8f340ef5644f2a1ffc9f472afa (diff) | |
[1.8.x] Added a version requirement to mysqlclient in test requirements.
Backport of fc8a6a9b002aef90ff68f3d95e560db1ea728c76 from master
Diffstat (limited to 'tests')
| -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 |
