]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: allow to run pytest -m pool with psycopg 3.1 imported
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 16:47:35 +0000 (16:47 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Nov 2023 19:08:51 +0000 (19:08 +0000)
commit79abddb1f3e662623e8c470a5e46ce7303a751a0
tree38d59c0e553f42d230d9246367cf608b394285d8
parent64d2bff3261dc2a480d26adcbfca9dab14acf090
test: allow to run pytest -m pool with psycopg 3.1 imported

This allows to test psycopg pool 3.2 tests with psycopg 3.1 installed.
psycopg/psycopg/_compat.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py
tests/pool/test_pool_null.py
tests/pool/test_pool_null_async.py
tests/test_cursor_common.py
tests/test_cursor_common_async.py
tests/utils.py