Commit b3ee2e3
committed
fix(tests): skip langmem tests on Python 3.10
Add Python version check to skip langmem serialization tests on Python < 3.11.
The langmem library uses typing.NotRequired which was introduced in Python 3.11,
causing import failures on Python 3.10 in CI.
Tests will:
- Skip on Python 3.10 (379 tests run)
- Run on Python 3.11+ (382 tests run)
Fixes CI test collection failures on Python 3.10.1 parent a24a825 commit b3ee2e3
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
4 | 13 | | |
5 | 14 | | |
6 | 15 | | |
| |||
0 commit comments