You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: systematic approach to resolve pytest collection issues
- Remove unused test dependencies (pytest-mock, responses, pre-commit)
- Update pytest.ini with explicit test discovery settings
- Add staged test runs in CI to isolate issues
- Disable pytest-asyncio plugin explicitly (we don't use async)
- Run tests without coverage first to isolate coverage issues
- These changes will help identify the root cause of exit code 2
0 commit comments