[PR #320] [MERGED] fix: improve dev CLI pytest robustness #323

Closed
opened 2026-02-16 02:17:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/320
Author: @adrianlyjak
Created: 2/2/2026
Status: Merged
Merged: 2/2/2026
Merged by: @adrianlyjak

Base: mainHead: claude/fix-dev-cli-pytest-qbJCl


📝 Commits (3)

  • 854da92 fix: improve dev CLI pytest robustness
  • 4d07b23 feat: show yellow 'NO TESTS' status for packages with no tests
  • ba88156 fixup deps

📊 Changes

8 files changed (+69 additions, -36 deletions)

View changed files

📝 packages/llama-agents-client/pyproject.toml (+3 -1)
📝 packages/llama-agents-integration-tests/pyproject.toml (+2 -2)
📝 packages/llama-agents-server/pyproject.toml (+1 -0)
📝 packages/llama-index-utils-workflow/pyproject.toml (+1 -1)
📝 packages/llama-index-workflows/pyproject.toml (+2 -2)
📝 src/dev_cli/commands/pytest_cmd.py (+36 -21)
📝 tests/dev_cli/test_pytest_cmd.py (+13 -4)
📝 uv.lock (+11 -5)

📄 Description

  • Handle pytest exit code 5 (no tests collected) as success
  • Only discover packages with pyproject.toml to avoid issues with orphaned directories

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/320 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 2/2/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `claude/fix-dev-cli-pytest-qbJCl` --- ### 📝 Commits (3) - [`854da92`](https://github.com/run-llama/workflows-py/commit/854da9212a0ec8ae31510d6bcff0baba176f819e) fix: improve dev CLI pytest robustness - [`4d07b23`](https://github.com/run-llama/workflows-py/commit/4d07b23bb16e4985cf11d1a11c108cdfcdec52dc) feat: show yellow 'NO TESTS' status for packages with no tests - [`ba88156`](https://github.com/run-llama/workflows-py/commit/ba881568b8708f3ea5eb669f9f215c360f8d57ac) fixup deps ### 📊 Changes **8 files changed** (+69 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/llama-agents-client/pyproject.toml` (+3 -1) 📝 `packages/llama-agents-integration-tests/pyproject.toml` (+2 -2) 📝 `packages/llama-agents-server/pyproject.toml` (+1 -0) 📝 `packages/llama-index-utils-workflow/pyproject.toml` (+1 -1) 📝 `packages/llama-index-workflows/pyproject.toml` (+2 -2) 📝 `src/dev_cli/commands/pytest_cmd.py` (+36 -21) 📝 `tests/dev_cli/test_pytest_cmd.py` (+13 -4) 📝 `uv.lock` (+11 -5) </details> ### 📄 Description - Handle pytest exit code 5 (no tests collected) as success - Only discover packages with pyproject.toml to avoid issues with orphaned directories --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:14 -05:00
yindo closed this issue 2026-02-16 02:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#323