Commit 953586a
committed
CI: don't install compress-lz4 extra on PyPy
PyPy has no prebuilt lz4 wheel, so 'pip install scylla-driver[compress-lz4]'
compiled lz4 from source and failed (gcc 14 rejects the lz4 C sources). The
pp* override inherited test-extras from [tool.cibuildwheel.linux]; clear it so
lz4 is not installed on PyPy. The lz4 tests just skip there (no-skip is off).1 parent 543799b commit 953586a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
0 commit comments