From 3b0c1f4afa4c157a05ecf4147ca87b2e96542692 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 10 Feb 2021 17:12:01 -0800 Subject: [PATCH] use tox-lsr 2.2.0 Upgrade to tox-lsr 2.2.0 to pick up fix for improving collection testing to get rid of black. --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 250acfd1..eceb71f7 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -3,7 +3,7 @@ name: tox on: # yamllint disable-line rule:truthy - pull_request env: - TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.1.2" + TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.2.0" LSR_ANSIBLES: 'ansible==2.8.* ansible==2.9.*' LSR_MSCENARIOS: default # LSR_EXTRA_PACKAGES: libdbus-1-dev