From cd4ae489e3c867a72b25e73bd8cfb38b74cda1c4 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:03:07 +0530 Subject: [PATCH] MINOR: Fix pytest 3.9 (#22085) --- .github/workflows/py-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index b4d8353527e..841e8acdd11 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -89,7 +89,7 @@ jobs: TESTCONTAINERS_RYUK_DISABLED: true - name: Run Python Tests & record coverage - if: ${{ matrix.py-version == '3.9' }} + if: ${{ matrix.py-version == '3.10' }} run: | source env/bin/activate make coverage