Fixes for some tests#2066
Conversation
Greptile SummaryThis PR fixes local test failures by adding
Confidence Score: 5/5Safe to merge — changes are limited to test markers and a script flag; no production code is touched. All five changed files deal exclusively with test infrastructure: adding the correct pytest marker to three test modules and dropping a parallelism flag from a helper script. The marker additions are consistent with how the rest of the codebase gates heavy-dep tests, and the serialization of pytest-slow is a straightforward correctness fix for resource contention. Documentation was updated in the same commit. No logic paths or production code are affected. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Fixes for some tests" | Re-trigger Greptile |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
A few local test failures for people after #1901. This should resolve those issues.