psf/requests-html
RuntimeError: Event loop is closed when running all the tests.
オープン
#545 opened on 2023/04/07
bughelp wanted
Repository metrics
- Stars
- (13,555 個のスター)
- PR merge metrics
- (30d に merged 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:

Reproduce:
$ pipenv run tests
Does anyone have any idea?