summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 1 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 5e55830aeb..bdd857a898 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,14 +30,7 @@ commands =
flake8 {posargs}
[testenv:py34]
-# NOTE(viktors): we must change default connection string for MySQL because
-# we use a different DB connector (PyMySQL, not MySQLdb) in py3x
-# env. So we should put new DB URLs in the env variable. This
-# will allow to run tests, that require MySQL database,
-# for example DB migration tests.
-setenv =
- {[testenv]setenv}
- OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
+setenv = {[testenv]setenv}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =