remove legacy driver tox target

Another follow up from 810e15689b.

Change-Id: I5b16b30a3891a27359b3c238f10a4a13f5281866
Depends-On: Ic4b067b472dad3b8231cb2397abbb92a52939c31
This commit is contained in:
Steve Martinelli 2016-10-05 11:17:08 -04:00
parent 7c00add827
commit 3b17b277bf

View File

@ -24,15 +24,6 @@ commands =
whitelist_externals =
rm
[testenv:legacy_drivers]
deps = -r{toxinidir}/test-requirements.txt
nose
.[ldap,memcache,mongodb]
commands =
# Run each legacy test separately, to avoid SQL model redefinitions
find keystone -type f -name "*.pyc" -delete
# TODO(stevemar): Remove this test once we remove the infra job
[testenv:pep8]
deps =
.[bandit]