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 issues
- Created pytest.ini with minimal configuration
- Removed pytest config from pyproject.toml to avoid conflicts
- Set asyncio_mode=auto to prevent strict mode issues
- Removed unnecessary integration conftest.py
- Markers are already defined and tests are properly marked
0 commit comments