From 025dd47908a93600b0b05a7dbffd3d3940af9523 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 21 Mar 2024 13:17:12 +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 2cf28a6e..4ff9b0d6 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" exclude: - {"salt-version": "3007.0", "python-version": "3.8"} - {"salt-version": "3007.0", "python-version": "3.9"} @@ -287,9 +287,9 @@ jobs: salt-version: - "3006.0" pytest-version: - - "7.3.0" - "7.4.0" - "8.0.0" + - "8.1.0" steps: - uses: actions/checkout@v4 @@ -372,11 +372,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"} - {"salt-version": "3007.0", "python-version": "3.8"} - {"salt-version": "3007.0", "python-version": "3.9"} 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