From c278b6dca6d06cee77b0cf4c8618effaa47f157a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 27 Jul 2023 12:31:59 +0100 Subject: [PATCH] Switch to testing against Pytest 7.3.x and 7.4.x Signed-off-by: Pedro Algarvio --- .github/workflows/testing.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1ffd562d..d57760ce 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -116,7 +116,7 @@ jobs: fail-fast: false matrix: pytest-version: - - "7.0.0" + - "7.3.0" steps: - uses: actions/checkout@v3 @@ -197,8 +197,8 @@ jobs: salt-version: - "3006.0" pytest-version: - - "7.0.0" - - "7.1.0" + - "7.3.0" + - "7.4.0" steps: - uses: actions/checkout@v3 @@ -282,8 +282,8 @@ jobs: salt-version: - "3006.0" pytest-version: - - "7.0.0" - - "7.1.0" + - "7.3.0" + - "7.4.0" steps: - uses: actions/checkout@v3 @@ -366,8 +366,8 @@ jobs: - "3005.0" - "3006.0" pytest-version: - - "7.0.0" - - "7.1.0" + - "7.3.0" + - "7.4.0" exclude: - {"python-version": "3.10", "salt-version": "3005.0"}