Commit 284b983
fix(valkey): skip async mixin tests gracefully on older haystack versions
Use pytest.importorskip so the test file is skipped instead of failing
with ImportError when running with haystack < 2.27.0 (lowest-direct-deps step).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5ce61c2 commit 284b983
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments