From 8d127c1a3119a032c2c0ce59ec42d3ffc006a508 Mon Sep 17 00:00:00 2001 From: Stijn Van Hoey Date: Fri, 8 Mar 2024 15:17:00 +0100 Subject: [PATCH] Pin unit test library in pinned check --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf985a7..77a8b02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: python -m pip install --upgrade pip python -m pip install -r requirements.txt python -m pip install '${{ needs.prepare.outputs.wheel-distribution }}' - python -m pip install pytest moto[s3] pytest-cov + python -m pip install pytest moto[s3]<5.0 pytest-cov - name: Run unit tests on pinned dependencies run: >- pytest -rFEx --durations 10 --color yes # pytest args