From: Jeremy Stanley Date: Wed, 20 May 2015 01:03:58 +0000 (+0000) Subject: Switch from MySQL-python to PyMySQL X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=953dcf737f3add432ce6ed18bbab3b6c91c941eb;p=openstack-build%2Fcinder-build.git Switch from MySQL-python to PyMySQL As discussed in the Liberty Design Summit "Moving apps to Python 3" cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default. https://etherpad.openstack.org/p/liberty-cross-project-python3 Change-Id: Id90397af332408111f23001a16dad24b0195c595 --- diff --git a/test-requirements.txt b/test-requirements.txt index 35a420e76..aee98e550 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ discover fixtures>=0.3.14 mock>=1.0 mox3>=0.7.0 -MySQL-python +PyMySQL>=0.6.2 # MIT License psycopg2 oslotest>=1.5.1 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3