Commit 8fdab64
committed
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 passing1 parent b2e9981 commit 8fdab64
3 files changed
+125
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments