def test_gevent_monkey(pyi_builder): pyi_builder.test_source( """ from gevent.monkey import patch_all patch_all() """)