diff --git a/tox.ini b/tox.ini index 9f9efcb..054db98 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,6 @@ minversion = 3.2.0 envlist = linters,docs,py3 skipsdist = True -requires = - tox-ansible >= 1.4.0 # Automatic envs (pyXX) will only use the python version appropriate to that # env and ignore basepython inherited from [testenv] if we set @@ -179,13 +177,3 @@ commands = # Settings for doc8: extensions = .rst ignore = D001 - -[ansible] -description = Used as base for all tox-ansible environments -scenario_format = $parent-$nondefault_name -deps = - -c {env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r {toxinidir}/requirements.txt - -r {toxinidir}/test-requirements.txt -molecule_opts = - --debug