summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-30 14:20:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-30 14:20:04 +0100
commite808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd (patch)
treeaaa9d5c259a81d6b80eb73b0973ff8c4538738ba /dev-python
parenta614dcde5db2825ef97b2ac7811bad0173276777 (diff)
downloadgentoo-e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd.tar.gz
gentoo-e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd.tar.bz2
gentoo-e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd.zip
dev-python/pgspecial: Deselect broken test
Bug: https://bugs.gentoo.org/917992 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pgspecial/pgspecial-2.1.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pgspecial/pgspecial-2.1.1.ebuild b/dev-python/pgspecial/pgspecial-2.1.1.ebuild
index 0bfd1d36c343..b653fdfe6f36 100644
--- a/dev-python/pgspecial/pgspecial-2.1.1.ebuild
+++ b/dev-python/pgspecial/pgspecial-2.1.1.ebuild
@@ -38,6 +38,8 @@ EPYTEST_DESELECT=(
# assumes a very specific locale
tests/test_specials.py::test_slash_l
tests/test_specials.py::test_slash_l_pattern
+ # change in postgres? *shrug*
+ tests/test_specials.py::test_slash_d_view_verbose
)
src_test() {