Skip to content

Delete Ray+Iris integration test#5068

Merged
yonromai merged 1 commit intomainfrom
ry/3e-delete-iris-ray-integration-test
Apr 22, 2026
Merged

Delete Ray+Iris integration test#5068
yonromai merged 1 commit intomainfrom
ry/3e-delete-iris-ray-integration-test

Conversation

@yonromai
Copy link
Copy Markdown
Contributor

Summary

Deletes tests/rl/integration/test_iris_integration.py, the last import ray caller in tests/ outside lib/fray/. The test exercised a Ray+Iris hybrid that has no production use case; keeping it would force lib/fray/v1 and the fray v2 Ray backend to stay alive solely to keep this test importable.

Test plan

  • ./infra/pre-commit.py --all-files --fix clean
  • uv run pyrefly check — 164 errors, matches baseline (no new errors)
  • rg '^\s*import ray\b|^\s*from ray\b' tests/ → zero hits
  • rg 'test_iris_integration' .github/ tests/ pyproject.toml → zero hits

Related: #4453, #4953

The remaining Ray+Iris hybrid integration test has no production
use case — drop it rather than keep a Ray-dependent test as the
last ray_remote caller outside lib/fray/.
@yonromai yonromai added the agent-generated Created by automation/agent label Apr 22, 2026
@yonromai yonromai marked this pull request as ready for review April 22, 2026 19:12
@yonromai yonromai merged commit 4f0728d into main Apr 22, 2026
36 checks passed
@yonromai yonromai deleted the ry/3e-delete-iris-ray-integration-test branch April 22, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-generated Created by automation/agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant