commit: 69c2cf7528868b6245df65275bca4a409fbbaa58
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 08:37:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 09:29:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c2cf75
dev-python/pgspecial: Skip tests failing with postgresql:17
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 b71f19506bb5..27e9bdd58e19 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() {