Use PyMySQL as MySQL DB driver for unit tests

MySQL-python is not supported and is not compatible with python3.

Change-Id: I9df8666697f11c966018ae3b3fa52be4c614edd5
This commit is contained in:
Sergey Reshetnyak 2015-05-11 20:00:36 +03:00
parent 603bb45c24
commit f2cdc136a0

View File

@ -5,8 +5,8 @@
hacking>=0.10.0,<0.11
Mako>=0.4.0
MySQL-python
PrettyTable>=0.7,<0.8
PyMySQL>=0.6.2 # MIT License
bashate>=0.2 # Apache-2.0
coverage>=3.6
discover