Commit 76bad14
authored
fix(ci): downgrade pytest to 8.3.4 for pytest-asyncio compatibility (#20)
pytest-asyncio 0.24.0 requires pytest<9 and >=8.2, but we had pytest==9.0.2 which caused installation conflicts.
Downgrading to pytest==8.3.4 and pytest-cov==6.0.0 to resolve CI test failures.1 parent 44138aa commit 76bad14
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments