commit:     62cf959905b7652efa9b9c20144e0ecc137dcbb0
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Thu Jul 18 05:02:14 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 04:14:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cf9599

net-nntp/sabnzbd: 4.3.2 disable failing test

Spoken with upstream, this is fixed in 4.3.3 (which uses newer pyfakefs).

Caused by https://github.com/pytest-dev/pyfakefs/issues/1038

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/36990
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild 
b/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild
index 2398a9bbcbb2..f1cebec164bd 100644
--- a/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild
@@ -114,6 +114,8 @@ src_test() {
                
'tests/test_functional_misc.py::TestQueueRepair::test_queue_repair'
                
'tests/test_functional_misc.py::TestDaemonizing::test_daemonizing'
                'tests/test_functional_sorting.py::TestDownloadSorting'
+               # Bug https://bugs.gentoo.org/934331 fixed in 4.3.3.
+               'tests/test_sorting.py::TestSortingSorter'
        )
 
        # The test suite is prone to being broken by random plugins that happen

Reply via email to