Slow Test Review
| Test |
tests/test_api_build.py::test_api_build_pytorch_cpu_issue5644 |
| Duration |
938.973826032s |
| Platform |
macOS |
| Identified |
2026-07-22 |
| Parent Epic |
#6030 |
Task
This test has been identified as one of the slowest in the conda-build test suite.
- Investigate why this test is slow
- Optimize the test (see tips below) or document why it cannot be improved
- Submit a PR with your changes
- Close this issue when complete
Optimization tips
- Share expensive setup/teardown using fixtures
- Mock I/O, network calls, or other slow operations
- Consolidate parametrized tests where possible
- Profile the test to identify bottlenecks
Slow Test Review
tests/test_api_build.py::test_api_build_pytorch_cpu_issue5644Task
This test has been identified as one of the slowest in the conda-build test suite.
Optimization tips
Auto-generated by the
slow-tests.ymlworkflow, see https://github.com/conda/conda-build/actions/runs/29891123154.