diff --git a/tox.ini b/tox.ini index 42a9216..2efab67 100644 --- a/tox.ini +++ b/tox.ini @@ -107,18 +107,6 @@ commands = ansible-lint {toxinidir} -[testenv:func_base] -# NOTE(odyssey4me): this target does not use constraints because -# it doesn't work in OpenStack-CI yet. Once that's fixed, we can -# drop the install_command. -install_command = - pip install -U --force-reinstall {opts} {packages} - - -[testenv:func_logs] -commands = - bash -c "{toxinidir}/tests/common/test-log-collect.sh" - [testenv:functional] deps = {[testenv:ansible]deps} @@ -126,6 +114,7 @@ commands = bash -c "{toxinidir}/tests/tests-repo-clone.sh" bash -c "{toxinidir}/tests/common/test-ansible-functional.sh" + [testenv:linters] deps = {[testenv:ansible]deps}