MINOR: Fix pytest 3.9 (#22085)

This commit is contained in:
Mayur Singal 2025-07-02 12:03:07 +05:30 committed by GitHub
parent 1db71c06d4
commit cd4ae489e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ jobs:
TESTCONTAINERS_RYUK_DISABLED: true TESTCONTAINERS_RYUK_DISABLED: true
- name: Run Python Tests & record coverage - name: Run Python Tests & record coverage
if: ${{ matrix.py-version == '3.9' }} if: ${{ matrix.py-version == '3.10' }}
run: | run: |
source env/bin/activate source env/bin/activate
make coverage make coverage