]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Switch from MySQL-python to PyMySQL
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 20 May 2015 01:03:58 +0000 (01:03 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 20 May 2015 01:03:58 +0000 (01:03 +0000)
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

test-requirements.txt

index 35a420e7654606b5723b0105624dbb3e670f094e..aee98e550863570ca41a9e009ffb7a099638aeef 100644 (file)
@@ -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