Log tests in test group (#122892)

* Log tests in test group

* Simplify print
This commit is contained in:
Erik Montnemery 2024-07-31 10:36:46 +02:00 committed by GitHub
parent f6f7459c36
commit 222011fc5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -904,6 +904,7 @@ jobs:
cov_params+=(--cov-report=xml)
fi
echo "Test group ${{ matrix.group }}: $(sed -n "${{ matrix.group }},1p" pytest_buckets.txt)"
python3 -b -X dev -m pytest \
-qq \
--timeout=9 \