From 7d269c772dacf36958402e6b2644850c0e601d34 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Tue, 17 Jun 2025 09:50:51 +0200 Subject: [PATCH 1/4] limit upper pytest version in workflows --- .github/workflows/test-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b36bada9..cb1c1c13 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest + pip install pytest<8 - name: pytest run: | @@ -71,7 +71,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest + pip install pytest<8 - name: pytest run: | @@ -103,7 +103,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest + pip install pytest<8 - name: pytest run: | From bb4c5ab7e2fa4cb4182b18ca650a70dd93b57416 Mon Sep 17 00:00:00 2001 From: Martin Bubel <37817171+MartinBubel@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:11 +0200 Subject: [PATCH 2/4] Update .github/workflows/test-and-deploy.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index cb1c1c13..c34535f8 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -103,7 +103,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest<8 + pip install 'pytest<8' - name: pytest run: | From 6ff1e68699f226a04b63ed7bb61f8ba08ae354f2 Mon Sep 17 00:00:00 2001 From: Martin Bubel <37817171+MartinBubel@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:18 +0200 Subject: [PATCH 3/4] Update .github/workflows/test-and-deploy.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index c34535f8..15acab34 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest<8 + pip install 'pytest<8' - name: pytest run: | From 156f5b738f46ed482bd450c8de4b23fbc058dd2f Mon Sep 17 00:00:00 2001 From: Martin Bubel <37817171+MartinBubel@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:32:30 +0200 Subject: [PATCH 4/4] Update .github/workflows/test-and-deploy.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 15acab34..7b8be8eb 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -71,7 +71,7 @@ jobs: - name: Install test dependencies run: | pip install matplotlib - pip install pytest<8 + pip install 'pytest<8' - name: pytest run: |