Closed mgedmin closed 4 years ago
Here's an example:
pypy version is the same; pip version is the same; persistent was 4.5.1 and now is 4.6.0.
Oh hey in 4.5.1 we had a setup.py that did
if is_pypy:
headers = []
and in 4.6.0 it always sets
headers = [
'persistent/cPersistence.h',
'persistent/ring.h',
]
so that might explain everything.
Fixed in 4.6.1.
I'm now seeing random projects that depend on persistent failing pypy and pypy3 jobs with
Now this might be a pypy bug, or virtualenv bug, or persistent bug, and I'm not sure which, but I'd like to track this here.