test: add pyleak for task and event loop block detections (#8802)

* test: add pyleak for task and event loop block detections

* test: add pyleak for task and event loop block detections

* ci: add env variables for verbose logging

* chore: dummy sleep to shwocase error

* chore: dummy sleep to showcase error

* chore: remove dummy sleep
This commit is contained in:
Deepankar Mahapatro
2025-07-01 18:37:25 +05:30
committed by GitHub
parent 7d44121691
commit 5734735e2d
10 changed files with 46 additions and 6 deletions

View File

@ -84,6 +84,9 @@ jobs:
run: uv sync
- name: Run integration tests
run: make integration_tests_no_api_keys
env:
PYLEAK_LOG_LEVEL: debug # enable pyleak logging
DO_NOT_TRACK: true # disable telemetry reporting
test-cli:
name: Test CLI - Python ${{ matrix.python-version }}