psf / requests-html

Pythonic HTML Parsing for Humans™
http://html.python-requests.org
MIT License
13.64k stars 977 forks source link

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

Open surister opened 1 year ago

surister commented 1 year ago

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?