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: Update pytest to 8.4.1+ for Python 3.14 compatibility and fix import sorting
- Update pytest from 7.0.1 to >=8.4.1 for Python 3.14 compatibility (fixes ast.Str removal)
- Add pytest-xdist and pytest-cov to dependencies with proper version constraints
- Fix import sorting in test_parallel.py (ruff I001)
- All tests passing (199 tests, 99% coverage)
- All linting and type checks passing
0 commit comments