MINOR: Fix pytest 3.10 running too long (#22211)

This commit is contained in:
Mayur Singal 2025-07-08 17:19:00 +05:30 committed by GitHub
parent 20107efd48
commit 1cbf4cf67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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