]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: allow choosing a wait function using the PSYCOPG_WAIT_FUNC env var
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Nov 2022 22:39:22 +0000 (23:39 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 Dec 2022 20:04:31 +0000 (20:04 +0000)
commit459912137fa069871fa9b901a80887cc29787386
treec0c761a63052a5b496cb72816e4c74b13e02ca1d
parent76ef0bd2abacffb586ced8d25336c45357c9ca30
test: allow choosing a wait function using the PSYCOPG_WAIT_FUNC env var

We won't make this public yet, possibly we never will (I think we are
the people responsible for this choice), but it might be useful for
testing.
psycopg/psycopg/abc.py
psycopg/psycopg/waiting.py