psf/requests-html

RuntimeError: Event loop is closed when running all the tests.

开放

#545 创建于 2023年4月7日

 (0 条评论) (0 个反应) (0 位负责人)Python (976 个派生)batch import
bughelp wanted

仓库指标

星标
 (13,555 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

It happens when you ran all the tests, individually they all pass. I tried many different combinations of fixtures to close the event loop after every test, without success, top stackoverflow's answers didn't help either.

CI Trace: https://github.com/surister/requests-html/actions/runs/4637774484

Local: image

Reproduce: $ pipenv run tests

Does anyone have any idea?

贡献者指南