Remove db connection string env variable from tox.ini

It is not needed with oslo.db 1.12.0.

Change-Id: I49dc450d6bb84e5a75ef9ecdf248eac567c3442c
This commit is contained in:
Yuriy Zveryanskyy 2015-07-02 12:55:29 +03:00
parent 753937f9e8
commit 8e0838536f

View File

@ -7,12 +7,6 @@ envlist = py27,py34,pep8
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
# NOTE(viktors): we must change default connection string for MySQL
# because we are use PyMySQL as a DB connector, but opportunistic
# migration tests uses MySQLdb by default.
# TODO(viktors): Remove this evn variable, when Ironic will use
# oslo.db>=1.12.0
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
deps = -r{toxinidir}/requirements.txt