Limit PyMySQL to < 0.7.7

The tests are failing with weird foreign key constraint failures
on patches which don't affect the relevant bits of code.

This commit limits the version of PyMySQL to less than the recent
release (at the time of writing) which appears to correlate with
the test failures appearing.

Change-Id: I2924feed790786fb029f9cbbd89e186cb8f02967
This commit is contained in:
Adam Coldrick 2016-09-01 11:43:32 +00:00
parent 4572958c28
commit 4b8ffd6bfe
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ stevedore>=1.3.0
tzlocal>=1.1.2
email>=4.0.2;python_version<'3.0'
Jinja2>=2.7.3
PyMySQL>=0.6.2,!=0.6.4
PyMySQL>=0.6.2,!=0.6.4,<0.7.7
apscheduler>=3.0.1,<3.1.0
python_dateutil>=2.4.0