Sub-second, but noticeable glitches in my stream of green dots.
# TODO: the INERROR started failing in the C implementation in Python 3.12a7
# compiled with Cython-3.0.0b3, not before.
+@pytest.mark.slow
@pytest.mark.xfail(
(pq.__impl__ in ("c", "binary") and sys.version_info[:2] == (3, 12)),
reason="Something with Exceptions, C, Python 3.12",
aconn.cursor()
+@pytest.mark.slow
@anyio_3_runtime_error
async def test_connection_warn_close(aconn_cls, dsn, recwarn, gc_collect):
conn = await aconn_cls.connect(dsn)