From a3ccd5561e9136cf8a206a61045896f530a85843 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 1 Apr 2021 18:49:56 -0600 Subject: [PATCH] update to tox-lsr 2.4.0 - add support for ansible-test sanity with docker set `LSR_ANSIBLE_TEST_DOCKER: "true"` so that we run ansible-test sanity with docker This should fix issues we are seeing with tox ansible-test failures Signed-off-by: Rich Megginson --- .github/workflows/tox.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 207bcba..3b07ffb 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -3,7 +3,8 @@ name: tox on: # yamllint disable-line rule:truthy - pull_request env: - TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.2.0" + TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.4.0" + LSR_ANSIBLE_TEST_DOCKER: "true" LSR_ANSIBLES: 'ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS: default # LSR_EXTRA_PACKAGES: "libdbus-1-dev libgirepository1.0-dev python3-dev"