Closed deedy5 closed 9 months ago
FAILED tests/unittest/test_async_session.py::test_get - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_post_dict - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_post_str - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_post_json - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_put_json - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_delete - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_options - RuntimeError: This event loop is already running
FAILED tests/unittest/test_async_session.py::test_params - RuntimeError: This event loop is already running
...
Problem because pytest-asyncio
creates a new event loop for each test case by default.
Fixed in https://github.com/yifeikong/curl_cffi/pull/245
Describe the bug
https://github.com/yifeikong/curl_cffi/pull/245 These checks cannot be completed and are canceled after 6 hours.