[PR #314] [MERGED] Read workflows from globals rather than sys modules, #316

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

📋 Pull Request Information

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

Base: mainHead: adrian/fix-par-tests


📝 Commits (2)

  • c960237 Read workflows from globals rather than sys modules, to avoid module conflicts
  • 0aa2626 Create cyan-dragons-breathe.md

📊 Changes

2 files changed (+24 additions, -16 deletions)

View changed files

.changeset/cyan-dragons-breathe.md (+5 -0)
📝 packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py (+19 -16)

📄 Description

to avoid module conflicts. conftest was overwritten when running all tests with just a pytest in the root dir


🔄 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/314 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/fix-par-tests` --- ### 📝 Commits (2) - [`c960237`](https://github.com/run-llama/workflows-py/commit/c960237b4a5ffdfaf726f13bbcac7096560dbbe2) Read workflows from globals rather than sys modules, to avoid module conflicts - [`0aa2626`](https://github.com/run-llama/workflows-py/commit/0aa26267441cd44c1882e728865d89103a82ef6b) Create cyan-dragons-breathe.md ### 📊 Changes **2 files changed** (+24 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/cyan-dragons-breathe.md` (+5 -0) 📝 `packages/llama-index-utils-workflow/src/llama_index/utils/workflow/__init__.py` (+19 -16) </details> ### 📄 Description to avoid module conflicts. conftest was overwritten when running all tests with just a `pytest` in the root dir --- <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:13 -05:00
yindo closed this issue 2026-02-16 02:17:13 -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#316