]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: mark tests as failing to monitoring strange behaviour with Python 3.12
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 24 May 2023 23:09:09 +0000 (01:09 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 02:47:43 +0000 (03:47 +0100)
commit3b3450ddfe9fdb60f18f2e0bf0eff4a375e50089
tree6a5786bf6d1171f56497a93b5b3e5bd2030b0d8f
parent60aab09c870851a21b1c6bda63d2108b7df36085
test: mark tests as failing to monitoring strange behaviour with Python 3.12

With Python 3.12a7 and Cython-3.0.0b3, these two tests fails. It seems
that when an exception is involved the __del__ method is not called.
tests/test_connection.py
tests/test_errors.py