Closed phylib closed 3 years ago
sorry, makes sense... Should have looked at the entire code more carefully before pushing :see_no_evil:
But there are also some failed tests. I need to double check what happens there...
got Future <Future pending> attached to a different loop
This seems to be something wrong with the eventloop again. The asyncio module changed a lot from 3.6 to 3.10.
Looks good to me.
OK, I'd suggest we merge this PR and create an issue report for fixing the test suite. What do you think?
I already double-checked. The tests were already broken before my commit.
As detected by @jefft0 in the following issue report, the NDN-Python-Repo incorrectly uses asyncio, so that repo.py->listen() is never executed.