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
commit 5734735e2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 }}