From f5a01f94bfa58af104ddef285819888c3ed87d95 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 15 Aug 2022 15:37:01 -0600 Subject: [PATCH] [citest skip] tox-lsr 2.13.0; check-meta-versions Update to tox-lsr 2.13.0 - this adds check-meta-versions to py310 Signed-off-by: Rich Megginson --- .github/workflows/tox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index e21c15c..8e109dd 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy - pull_request - push env: - TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.11.0" + TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.0" LSR_ANSIBLE_TEST_DOCKER: "true" LSR_ANSIBLES: 'ansible==2.9.*' LSR_MSCENARIOS: default @@ -41,7 +41,7 @@ jobs: 36) toxenvs="${toxenvs},coveralls,ensure_provider_tests,black,yamllint" ;; 38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;; 39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;; - 310) toxenvs="${toxenvs},coveralls" ;; + 310) toxenvs="${toxenvs},coveralls,check-meta-versions" ;; esac TOXENV="$toxenvs" lsr_ci_runtox python-26: