]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add gc fixtures to skip tests on PyPy more easily 686/head
authorNick Pope <nick.pope@infogrid.io>
Tue, 28 Nov 2023 15:50:30 +0000 (15:50 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Dec 2023 00:09:16 +0000 (01:09 +0100)
commit4747cdb2701e7df6128ed43022e3d70fb880343b
treeec677c6c50c17edfbac942563621fa94f8d418b9
parent094c8cf2b74c2431a9a478e7e2b23bfc20f48e9e
test: add gc fixtures to skip tests on PyPy more easily
26 files changed:
tests/conftest.py
tests/crdb/test_copy.py
tests/crdb/test_copy_async.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_async_noasyncio.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py
tests/pq/test_pgconn.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_cursor_client.py
tests/test_cursor_client_async.py
tests/test_cursor_common.py
tests/test_cursor_common_async.py
tests/test_cursor_raw.py
tests/test_cursor_raw_async.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py
tests/test_errors.py
tests/types/test_array.py
tests/utils.py