commit: e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 13:20:04 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 13:20:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e808daa6
dev-python/pgspecial: Deselect broken test Bug: https://bugs.gentoo.org/917992 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pgspecial/pgspecial-2.1.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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() {
