docker rm django-perf; docker run -t --name=django-perf -v "$PWD":/usr/src/django-perf -w /usr/src/django-perf pypy:2-5.1.1 bash -c "ln -sf /usr/local/bin/pypy /usr ...
pypy-3.8-v7.3.8 accidentally shipped with sqlite v3.7.17, which is a decade old, and causes the tests to fail with `django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is required`.
PyPy, the JIT-powered implementation of the Python language built for speed, continues to press the pedal to the metal and remains the easiest way to make Python fast and convenient. On average, PyPy ...