Skip to content

Commit

Permalink
tests: remove the need for a setenv entry per scenario in tox.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Schoen <[email protected]>

Resolves: pytest#harness
  • Loading branch information
andrewschoen authored and Alfredo Deza committed Nov 4, 2016
1 parent 80e955c commit e319ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = True
whitelist_externals = vagrant
passenv=*
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
deps=
ansible2.1: ansible==2.1
Expand Down

0 comments on commit e319ccf

Please sign in to comment.