From 1cbf4cf67b6836fc3402d9c3cebf6dd6cc653b70 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:19:00 +0530 Subject: [PATCH] MINOR: Fix pytest 3.10 running too long (#22211) --- .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 841e8acdd11..1f97288b738 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -81,7 +81,7 @@ jobs: ingestion_dependency: "mysql,elasticsearch,sample-data" - name: Run Python Tests - if: ${{ matrix.py-version != '3.9' }} + if: ${{ matrix.py-version != '3.10' }} run: | source env/bin/activate make run_python_tests