]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Fix Python 3.12+ compatibility in dummy_http.py
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 6 Dec 2025 09:02:13 +0000 (09:02 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 6 Dec 2025 09:02:13 +0000 (09:02 +0000)
commit8bd2329ab0ecffd10ccc642cc80b8562ed1302e7
tree26937acf9de546a5fd37a5b1fbbe11f3339bfa64
parent898212b45821abb76805bec4673a43585322eb4e
[Test] Fix Python 3.12+ compatibility in dummy_http.py

Replace deprecated asyncio.get_event_loop() with asyncio.run() to fix functional test failures on Fedora with newer Python.
test/functional/util/dummy_http.py