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: simplify pytest configuration to resolve CI collection errors
- Removed custom pytest options that could cause collection failures
- Simplified conftest.py to only handle integration test marking
- The complex pytest_runtest_setup was causing issues with option registration
- Exit code 2 typically indicates test collection failure
0 commit comments