commit:     e4342f3bf166d7a12e4e5dcb4ef743f1a14f0a85
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 02:47:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 02:47:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4342f3b

dev-python/psycopg: Add deselects for failing tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 34dc439ec467..f6f12e7d7961 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

Reply via email to