Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I run into event loop warnings when running uni tests #198

Open
paseklukasz opened this issue Jun 6, 2024 · 0 comments
Open

I run into event loop warnings when running uni tests #198

paseklukasz opened this issue Jun 6, 2024 · 0 comments

Comments

@paseklukasz
Copy link

I am junior Python developer who wants to generate some html files using Dominate library. My test passes so library works fine but I get following warnings:
"site-packages\dominate\dom_tag.py:74: DeprecationWarning: There is no current event loop
if get_event_loop().is_running():"

"\Python312\Lib\asyncio\base_events.py:703: ResourceWarning: unclosed event loop "

Am I doing something wrong or is it a problem because I use Python 3.12?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant