From 90a356ba35a4af8c35ff6f695a3425a2932beab0 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 21 Mar 2024 11:46:40 +0000 Subject: [PATCH] Update pytest versions to test against --- .github/workflows/testing.yml | 9 +++++---- changelog/177.trivial.rst | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 41fbf44d..aa8c87dd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -113,7 +113,7 @@ jobs: fail-fast: false matrix: pytest-version: - - "7.3.0" + - "7.4.0" salt-version: - "3006" @@ -198,9 +198,9 @@ jobs: - "3006.0" - "3007.0" pytest-version: - - "7.3.0" - "7.4.0" - "8.0.0" + - "8.1.0" steps: - uses: actions/checkout@v4 @@ -285,9 +285,9 @@ jobs: - "3006.0" - "3007.0" pytest-version: - - "7.3.0" - "7.4.0" - "8.0.0" + - "8.1.0" steps: - uses: actions/checkout@v4 @@ -370,11 +370,12 @@ jobs: - "3006.0" - "3007.0" pytest-version: - - "7.3.0" - "7.4.0" - "8.0.0" + - "8.1.0" exclude: - {"pytest-version": "8.0.0", "python-version": "3.7"} + - {"pytest-version": "8.1.0", "python-version": "3.7"} - {"salt-version": "3007.0", "python-version": "3.7"} steps: diff --git a/changelog/177.trivial.rst b/changelog/177.trivial.rst index 21bddc97..e7d22477 100644 --- a/changelog/177.trivial.rst +++ b/changelog/177.trivial.rst @@ -3,3 +3,4 @@ CI pipeline changes: * Stop testing against Pytest 8.0.0rc2 and instead test against 8.0.x * Stop testing against Salt 3005.x * Add Salt 3007.x to the versions to test +* Stop testing against Pytest 7.3.x and add 8.1.x to the list of versions to test