From 48d5380f2eab278142df9f4f70d5da8eb314b725 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Sep 2017 00:15:30 +0200 Subject: Drop MySQL-python dependency from oslo.db In order to fade out MySQL-python from OpenStack we need to stop testing it. Add release notes entry and adjust documentation references accordingly. Depends-On: Ie1f07062ed18350bcbb9e7b5e33c7ab2390be9ab Change-Id: Ie17f4543fa3d72b507d88d2c4023a9a5a430419e --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 73eb107..7df46f5 100644 --- a/tox.ini +++ b/tox.ini @@ -33,12 +33,6 @@ commands = env TEST_EVENTLET=0 bash tools/pretty_tox.sh '{posargs}' env TEST_EVENTLET=1 bash tools/pretty_tox.sh '{posargs}' -[testenv:mysql-python] -deps = .[mysql-c,postgresql,test,fixtures] -setenv = - {[testenv]setenv} - OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite:// - [testenv:pep8] commands = flake8 -- cgit v1.2.1