From 69c2cf7528868b6245df65275bca4a409fbbaa58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 11 Jan 2025 09:37:32 +0100 Subject: [PATCH] dev-python/pgspecial: Skip tests failing with postgresql:17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pgspecial/pgspecial-2.1.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pgspecial/pgspecial-2.1.3.ebuild b/dev-python/pgspecial/pgspecial-2.1.3.ebuild index b71f19506bb55..27e9bdd58e190 100644 --- a/dev-python/pgspecial/pgspecial-2.1.3.ebuild +++ b/dev-python/pgspecial/pgspecial-2.1.3.ebuild @@ -41,6 +41,9 @@ EPYTEST_DESELECT=( # change in postgres? *shrug* tests/test_specials.py::test_slash_d_view_verbose tests/test_specials.py::test_slash_dn + # fails with postgresql:17 + tests/test_specials.py::test_slash_ddp + tests/test_specials.py::test_slash_ddp_pattern ) src_test() {