psf/requests-html

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

Open

#545 ouverte le 7 avr. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (976 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (13 555 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur