From 851bd217a0bb3c860ab9058ae9c2c8a9d8a6b20e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 16 Jan 2019 16:08:25 -0500 Subject: [PATCH] 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 --- test-requirements-py2.txt | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt index ef53025..0c10ead 100644 --- a/test-requirements-py2.txt +++ b/test-requirements-py2.txt @@ -1,2 +1 @@ ibm_db_sa>=0.3.0 -MySQL-python diff --git a/test-requirements.txt b/test-requirements.txt index b4bba70..c585609 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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