From 4c70002578d8ea109a7d0889ab53b9c20bae6ed4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 6 Jun 2018 17:33:06 -0400 Subject: [PATCH] remove sqla_09 test environment We no longer support SQLAlchemy 0.9.0, so remove the test environment. Change-Id: I614945b178ee09fe3c4c6c61c9356d072d776639 Signed-off-by: Doug Hellmann --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index f1db2f1e..99ee0a13 100644 --- a/tox.ini +++ b/tox.ini @@ -24,11 +24,6 @@ commands = passenv = OS_TEST_DBAPI_ADMIN_CONNECTION -[testenv:sqla_09] -basepython = python3 -commands = pip install SQLAlchemy>=0.9.0,!=0.9.5,<1.0.0 - python setup.py testr --slowest --testr-args='{posargs}' - [testenv:py27] basepython = python2.7 commands =