Use mysqlclient
The test requirement for MySQL-Python refers to a package that has had no releases since 2014 and no longer builds on some MySQL / MariaDB variants. MySQL-Python has for years been superseded by the mysqlclient fork which is actively maintained. mysqlclient may at some point be allowed to take over the MySQL-Python name as per PEP-541 however this hasn't happened yet. Change-Id: I67dd2338dc74e59c2deb2f1bd1b848e3c63e10e8
This commit is contained in:
parent
8fd7226f18
commit
851bd217a0
@ -1,2 +1 @@
|
||||
ibm_db_sa>=0.3.0
|
||||
MySQL-python
|
||||
|
@ -10,6 +10,7 @@ feedparser
|
||||
fixtures>=0.3.14
|
||||
mock>=1.2
|
||||
mox>=0.5.3
|
||||
mysqlclient
|
||||
psycopg2
|
||||
python-subunit>=0.0.18
|
||||
sphinx>=1.1.2,<1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user