Commit 4a4f97f
committed
fastnumbers: pin hypothesis to binary-only in test env
PyPI's newest hypothesis has no riscv64 wheel (6.156+ ships as a
maturin/Rust build); pip resolved the highest version across both
indexes and fell back to the sdist on cp314t, which fails building
for riscv64gc (rustup does not recognize the triple). Scope
PIP_ONLY_BINARY to hypothesis in CIBW_TEST_ENVIRONMENT so pip lands
on our registry's riscv64 wheel (6.165.10) instead.1 parent 536c2d1 commit 4a4f97f
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments