Conversation
Removed pytest-related dependencies from the project.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18188
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
There was a problem hiding this comment.
Pull request overview
Moves pytest and related plugins out of the core executorch runtime dependencies and into the developer requirements, aligning install-time dependencies with intended usage (fixes #15379).
Changes:
- Remove
pytest/plugins from[project].dependenciesinpyproject.toml. - Add
pytest/plugins torequirements-dev.txtso they remain available for development/test workflows.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements-dev.txt | Adds pytest and common pytest plugins to dev requirements. |
| pyproject.toml | Drops pytest-related packages from the published runtime dependency list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Fixes #15379
Release notes: build
Test plan
Build via CI