]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore(test): drop use of asyncio event loop policy
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 29 Aug 2025 16:52:42 +0000 (18:52 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
commitff033e43c24cee78cdc790dac396ca1ff4017125
treebad3a190e7d4531601cbfbdb4df173bfac7dcfa0
parent3565bd51f9305468c410d41336eb9baa5ec32c1b
chore(test): drop use of asyncio event loop policy

Deprecated since Python 3.14
docs/advanced/async.rst
psycopg/psycopg/_compat.py
psycopg/psycopg/connection_async.py
tests/conftest.py
tests/pool/test_pool_async_noasyncio.py
tests/scripts/bench-411.py
tests/test_concurrency_async.py
tests/utils.py