tests: remove the need for a setenv entry per scenario in tox.ini

Signed-off-by: Andrew Schoen <aschoen@redhat.com>

Resolves: pytest#harness
pull/1058/head
Andrew Schoen 2016-11-04 12:49:18 -05:00 committed by Alfredo Deza
parent 80e955cc40
commit e319ccf691
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
whitelist_externals = vagrant whitelist_externals = vagrant
passenv=* passenv=*
setenv= setenv=
initial-members: ANSIBLE_SSH_ARGS = -F {toxinidir}/tests/functional/ubuntu/16.04/mon/initial_members/vagrant_ssh_config ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions ANSIBLE_ACTION_PLUGINS = {toxinidir}/plugins/actions
deps= deps=
ansible2.1: ansible==2.1 ansible2.1: ansible==2.1