From 63543b3b836296ceea36ab34b63b21df46da1c63 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 20 Apr 2022 14:15:08 +0100 Subject: [PATCH] tests: Skip heavy & sudo Ansible tests by default We don't wish to modify someone's local OS, or rely on them having sudo (with or without password). --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6d33723f..e7c7b1af 100644 --- a/tox.ini +++ b/tox.ini @@ -85,6 +85,7 @@ passenv = AWS_SECRET_ACCESS_KEY HOME setenv = + ANSIBLE_SKIP_TAGS = requires_local_sudo,resource_intensive ANSIBLE_STRATEGY = mitogen_linear NOCOVERAGE_ERASE = 1 NOCOVERAGE_REPORT = 1