mozilla-services / services-engineering

Services engineering core repo - Used for issues/docs/etc that don't obviously belong in another repo.
2 stars 1 forks source link

Port tokenserver to pypy #22

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Check to see if tokenserver can run under pypy and what changes might be needed.

Requirements:

jrconlin commented 4 years ago

FWIW: seems to work under pypy

a few extra steps required:

virtualenv -p pypy venv
venv/bin/pip install -r requirements.txt
venv/bin/pip install gunicorn    # why isn't this in requirements?
venv/bin/gunicorn  --paste etc/tokenserver-dev.ini