[PR #838] [MERGED] fix: run e2e only on 3.12 #901

Closed
opened 2026-02-16 00:19:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/838
Author: @AstraBert
Created: 8/4/2025
Status: Merged
Merged: 8/5/2025
Merged by: @AstraBert

Base: mainHead: clelia/fix-python-tests


📝 Commits (8)

  • 09a911e fix: run e2e only on 3.12
  • d55f8cf ci: workflow name and linting
  • 5bb9816 ci: job name correction 🤦
  • 0b16edf fix: test e2e only on PR
  • 68cb4da chore: differentiate between e2e and non-e2e tests
  • 5acca1f ci: run all tests using explicit patterns
  • e80376c chore: moving tests
  • acfc90d fix: change name to test_index in unit_tests

📊 Changes

12 files changed (+61 additions, -19 deletions)

View changed files

.github/workflows/test_e2e_py.yml (+38 -0)
📝 .github/workflows/test_py.yml (+1 -2)
📝 .pre-commit-config.yaml (+1 -1)
📝 py/tests/extract/test_benchmark.py (+2 -2)
📝 py/tests/index/test_index.py (+0 -11)
py/unit_tests/__init__.py (+0 -0)
📝 py/unit_tests/beta/agent/test_agent_data_schema.py (+0 -0)
py/unit_tests/index/test_unit_index.py (+16 -0)
📝 py/unit_tests/parse/test_utils.py (+0 -0)
📝 py/unit_tests/test_utils.py (+0 -0)
📝 ts/llama_cloud_services/src/client/schemas.gen.ts (+2 -2)
📝 ts/llama_cloud_services/src/client/zod.gen.ts (+1 -1)

📄 Description

Try to fix python tests by running e2e only on 3.12


🔄 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/llama_cloud_services/pull/838 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/fix-python-tests` --- ### 📝 Commits (8) - [`09a911e`](https://github.com/run-llama/llama_cloud_services/commit/09a911ee62187ef754ba415145536207c967ca98) fix: run e2e only on 3.12 - [`d55f8cf`](https://github.com/run-llama/llama_cloud_services/commit/d55f8cf153d6af38569ff82c80a85f2250510f50) ci: workflow name and linting - [`5bb9816`](https://github.com/run-llama/llama_cloud_services/commit/5bb9816f04b8f7d6f6db69c632e948b4be7db857) ci: job name correction :facepalm: - [`0b16edf`](https://github.com/run-llama/llama_cloud_services/commit/0b16edf058bdf21cbd98abe155b0bbae3000ad3d) fix: test e2e only on PR - [`68cb4da`](https://github.com/run-llama/llama_cloud_services/commit/68cb4dacd3bbfdf0c9568210641e71243af5c659) chore: differentiate between e2e and non-e2e tests - [`5acca1f`](https://github.com/run-llama/llama_cloud_services/commit/5acca1fc985260d82c89bcf65874b64758377fc0) ci: run all tests using explicit patterns - [`e80376c`](https://github.com/run-llama/llama_cloud_services/commit/e80376c97edf66236f4896e1dcd791a8c3b2fe85) chore: moving tests - [`acfc90d`](https://github.com/run-llama/llama_cloud_services/commit/acfc90d0a864b49402da698596fe934991da9d59) fix: change name to test_index in unit_tests ### 📊 Changes **12 files changed** (+61 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test_e2e_py.yml` (+38 -0) 📝 `.github/workflows/test_py.yml` (+1 -2) 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `py/tests/extract/test_benchmark.py` (+2 -2) 📝 `py/tests/index/test_index.py` (+0 -11) ➕ `py/unit_tests/__init__.py` (+0 -0) 📝 `py/unit_tests/beta/agent/test_agent_data_schema.py` (+0 -0) ➕ `py/unit_tests/index/test_unit_index.py` (+16 -0) 📝 `py/unit_tests/parse/test_utils.py` (+0 -0) 📝 `py/unit_tests/test_utils.py` (+0 -0) 📝 `ts/llama_cloud_services/src/client/schemas.gen.ts` (+2 -2) 📝 `ts/llama_cloud_services/src/client/zod.gen.ts` (+1 -1) </details> ### 📄 Description Try to fix python tests by running e2e only on 3.12 --- <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 00:19:28 -05:00
yindo closed this issue 2026-02-16 00:19:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#901