[Python]: Pytest improvements (#2348)

* feat: try running in parallel in CI

* fix: simplify

* feat: add task

* fix: increase retry delay
This commit is contained in:
matt
2025-09-26 11:47:34 -04:00
committed by GitHub
parent c0fa7b3297
commit 35b97be825
3 changed files with 10 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ jobs:
run: |
echo "Using HATCHET_CLIENT_NAMESPACE: $HATCHET_CLIENT_NAMESPACE"
poetry run pytest -s -vvv --maxfail=5 --capture=no --retries 3 --retry-delay 2
poetry run pytest -s -vvv --maxfail=5 --capture=no --retries 3 --retry-delay 2 -n auto
- name: Upload engine logs
if: always()