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
This commit is contained in:
Dirk Mueller 2015-06-03 11:58:16 +02:00
parent 463545db3f
commit 5554801ee6

View File

@ -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
commands = pip-missing-reqs -d --ignore-module=oslo_db* --ignore-module=pkg_resources --ignore-file=oslo_db/tests/* oslo_db