python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
187 stars 37 forks source link

pypy3.10 testsuite doesn't work #127

Open oremanj opened 8 months ago

oremanj commented 8 months ago

Several tests fail and one hangs. Need to get this installed on a real computer and figure out what's going on so we can enable pypy3.10 in CI.

(It's likely that trio-asyncio itself is fine, just the CPython testsuite is having issues of some sort.)