summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-05-20 01:04:01 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-05-20 01:04:01 +0000
commitd3290235486e0e32e58d417c02a867e24322a3e8 (patch)
treee30e86a706639b1e82b4aa853ee9f2fbe78220f8 /README.rst
parent4793076b4d188ce8f3a10468430fee63c6fccf07 (diff)
downloadoslo-incubator-d3290235486e0e32e58d417c02a867e24322a3e8.tar.gz
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: I55ec1908f330e8f106b4e4f8e2435b5135b22e85
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 42c0e319..7741b054 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,6 @@ To run tests in the current environment::
To run tests using MySQL or PostgreSQL as a DB backend do::
- OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://user:password@host/database tox -e py27
+ OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://user:password@host/database tox -e py27
Note, that your DB user must have permissions to create and drop databases.