zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Temporarily pin to pypy 2.7-7.3.3 #456

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

Because PyPy X.Y-7.3.4 breaks gevent. We already had an implicit pin for PyPy3 because we use PyPy3.6, which stopped with 7.3.3; pypy3.7 is the first 7.3.4.

See https://github.com/gevent/gevent/issues/1785 and https://foss.heptapod.net/pypy/pypy/-/issues/3441

jamadden commented 3 years ago

The occasional failures are unrelated and have been caused by database times slightly exceeding what is expected.