Commit 77bcfde
committed
Exclude mypy on PyPy to avoid librt build failure
mypy 1.19+ depends on librt which only has CPython wheels.
When Poetry tries to install on PyPy, it falls back to building
from source, which fails because librt uses CPython-specific C APIs.1 parent 57607d5 commit 77bcfde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments