dev-python/pgspecial: Skip tests failing with postgresql:17

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-01-11 09:37:32 +01:00
parent 7372172ca3
commit 69c2cf7528

View File

@@ -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() {