Fix TOSA serialization install in Linux unittest#20750
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20750
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Unrelated FailuresAs of commit 704d32f with merge base 6edd49d ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
34586b1 to
704d32f
Compare
Summary:
Fix the Linux unittest TOSA serializer install by moving the fallback clone to tosa-tools v2026.05.0 and installing from the tosa-tools repo root. Upstream moved packaging to the root pyproject in this release; installing from serialization/ is now intentionally unsupported.
This avoids patching pyproject.toml in CI and uses the current upstream packaging layout instead.
Authored with Claude.