]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Test: fix mypy 0.941 run
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 19 May 2022 21:41:26 +0000 (23:41 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 19 May 2022 21:47:08 +0000 (23:47 +0200)
commitc6699084ee10ad70c8411a0078b78fa04c6e519f
treeb36582d6604f68800a210e1bcd3ed234b4160c8e
parent3a4c658ad0a4cc04500325d101027c286810e73c
Test: fix mypy 0.941 run

This seems a mypy shortcoming fixed in 0.950 as the CI didn't complain.
The row factory definition was exotic but arguably correct. Not worth
bumping up the min version for it anyway.
tests/test_connection.py
tests/test_connection_async.py