Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly test PyPy #93

Closed
chrysn opened this issue Oct 10, 2017 · 1 comment
Closed

Properly test PyPy #93

chrysn opened this issue Oct 10, 2017 · 1 comment
Assignees

Comments

@chrysn
Copy link
Owner

chrysn commented Oct 10, 2017

As of PyPy3.5 v5.9.0, aiocoap can basically run on pypy thanks to fixes by Dodan Mihai (recvmsg support and socket error reporting).

Some tests still fail (which needs to be tested on a proper pypy build that actually fits my system), and I did not test the various extensions -- that should be done, and then PyPy support should be documented / announced.

@chrysn chrysn self-assigned this Oct 10, 2017
@chrysn
Copy link
Owner Author

chrysn commented Apr 26, 2018

Just did another test with PyPy3.5 6.0. It passed the test suite with no additional packages installed, and could run the full ./setup.py test (which pulls in all dependencies) without error as well.

Next step is finding a docker image where this can be tested in CI. (I'd prefer not to do a full pypy build within the CI on every single commit.)

@chrysn chrysn closed this as completed in ba55790 Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant