From e4342f3bf166d7a12e4e5dcb4ef743f1a14f0a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Oct 2025 04:47:47 +0200 Subject: [PATCH] dev-python/psycopg: Add deselects for failing tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/psycopg/psycopg-3.2.11.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/psycopg/psycopg-3.2.11.ebuild b/dev-python/psycopg/psycopg-3.2.11.ebuild index 34dc439ec4676..f6f12e7d79612 100644 --- a/dev-python/psycopg/psycopg-3.2.11.ebuild +++ b/dev-python/psycopg/psycopg-3.2.11.ebuild @@ -90,6 +90,9 @@ python_test() { tests/crdb/test_typing.py # TODO, relying on undefined ordering in Python? tests/test_dns_srv.py::test_srv + # requires pproxy? + tests/test_waiting_async.py::test_remote_closed + tests/test_waiting.py::test_remote_closed ) case ${ARCH} in