fix(scripts): drop dead run_tests.sh recommendation from check_test_dependencies.sh - #2835
Conversation
…ependencies.sh The helper recommended ./scripts/run_tests.sh, which exists in no repo in the fleet. Consumers that sync this file and run the dependency-setup validator (e.g. Manager-Database) fail because the recommended script path does not exist. Recommend `python -m pytest` unconditionally. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 25 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Workflow source neededPR #2835 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
Automated Status SummaryHead SHA: 8f0e0cd
Coverage Overview
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
What
scripts/check_test_dependencies.shrecommended./scripts/run_tests.sh, which exists in no repo in the fleet. Consumers that sync this file and run the dependency-setup validator (e.g. Manager-Database'scheck_dependency_script_recommendations) fail because the recommended script path does not exist.Recommend
python -m pytestunconditionally.Why
Source-of-truth fix so the re-synced copies in Manager-Database / Inv-Man-Intake stay in sync. No behavior change beyond the recommendation text; Workflows' own validator does not check this helper.
🤖 Generated with Claude Code