Fix CI deprecation warnings and unbuffer test output#7568
Conversation
Replace deprecated HTTP_422_UNPROCESSABLE_ENTITY with HTTP_422_UNPROCESSABLE_CONTENT across 27 files to eliminate starlette DeprecationWarnings in CI. Add -s to pytest addopts so startup logs appear before tests run instead of being buffered to the end. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (29)
📝 WalkthroughWalkthroughThe pull request systematically replaces the deprecated HTTP status code constant Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Greptile SummaryThis PR addresses two CI hygiene concerns:
Confidence Score: 5/5
Last reviewed commit: 065fc78 |
Co-authored-by: Adrian Galvan <galvana@uci.edu> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
HTTP_422_UNPROCESSABLE_ENTITYwithHTTP_422_UNPROCESSABLE_CONTENTacross 27 files (19 src, 8 tests) to eliminate starlette DeprecationWarnings in CI-sto pytestaddoptsso startup logs appear before tests run instead of being buffered and dumped at the end by pytest's captureTest plan
HTTP_422_UNPROCESSABLE_ENTITYdeprecation warnings🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes