Commit 598d079
Johannes Lichtenberger
Update dependencies for Python 3.11 compatibility
Critical updates:
- pytest: 6.2.5 → 7.4.3 (Python 3.11 support)
- pytest-asyncio: 0.16.0 → 0.21.1 (fixes Python 3.11 async issues)
- pytest-cov: 3.0.0 → 4.1.0
- anyio: 3.7.1 (better async/await support)
- attrs: 23.1.0
- pluggy: 1.3.0
- Remove atomicwrites (deprecated, causes Python 3.11 issues)
- Remove py package (deprecated)
- Make tomli conditional for Python < 3.11 (3.11+ has built-in tomllib)
The old pytest-asyncio 0.16.0 is the main culprit - it has known
compatibility issues with Python 3.11's improved async implementation.1 parent 456a202 commit 598d079
1 file changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
0 commit comments