miketheman / pytest-socket

Pytest Plugin to disable socket calls during tests

Home Page:https://pypi.org/project/pytest-socket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypy3 hangs on threading

miketheman opened this issue · comments

For some reason, testing on pypy 6.0.0 (based on 3.5.3) has been hanging, causing build failures.

It might be due to the embedded server that we spin up during the test suite, as relates to a threading problem, possibly located in pypy3.5-6.0.0/lib-python/3/threading.py:293

For now, going to remove support for pypy - until such time there is a need/desire for it, and we can test effectively against it.

I have a recent WIP brach here: https://github.com/miketheman/pytest-socket/tree/miketheman/pypy - and is shows the timeout issue.

This issue is stale because it has been open for 90 days with no activity.

This issue was closed because it has been inactive for 30 days since being marked as stale.