From 5554801ee6b76b14ed5dbbbc70a4b62e823b3deb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jun 2015 11:58:16 +0200 Subject: Remove outdated tox environments for SQLAlchemy 0.8 The global requirements require now SQLAlchemy 0.9.7 or newer, so there is no choice to test in a SQLAlchemy 0.8 environment anymore. Just remove the code related to that. Change-Id: Id4be73285a1f4b4ca70a3cbb0904e8d4f577aaa4 --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 95e398e..33e0523 100644 --- a/tox.ini +++ b/tox.ini @@ -21,10 +21,6 @@ commands = bash tools/pretty_tox.sh '{posargs}' commands = pip install SQLAlchemy>=0.9.0,!=0.9.5,<1.0.0 python setup.py testr --slowest --testr-args='{posargs}' -[testenv:sqla_08] -commands = pip install SQLAlchemy>=0.8.0,<0.9.0 - python setup.py testr --slowest --testr-args='{posargs}' - [testenv:mysql-python] setenv = {[testenv]setenv} @@ -67,4 +63,4 @@ import_exceptions = # this also means that pip-missing-reqs must be installed separately, outside # of the requirements.txt files deps = pip_missing_reqs -commands = pip-missing-reqs -d --ignore-module=oslo_db* --ignore-module=pkg_resources --ignore-file=oslo_db/tests/* oslo_db \ No newline at end of file +commands = pip-missing-reqs -d --ignore-module=oslo_db* --ignore-module=pkg_resources --ignore-file=oslo_db/tests/* oslo_db -- cgit v1.2.1