ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / gevent / patches / 04-check_backend-port.patch
blobd6674b6172743de0b2941d36a350b6f4417b0b20
1 https://github.com/gevent/gevent/issues/1951
3 --- gevent-24.2.1/src/gevent/tests/test__close_backend_fd.py.orig
4 +++ gevent-24.2.1/src/gevent/tests/test__close_backend_fd.py
5 @@ -26,6 +26,7 @@
6 'epoll',
7 'linux_aio',
8 'linux_iouring',
9 + 'port',
12 BACKENDS_THAT_WILL_FAIL_TO_CREATE_AT_RUNTIME = (