From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1654629-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8468E158170
	for <garchives@archives.gentoo.org>; Sat, 20 Jul 2024 04:15:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5D46D2BC016;
	Sat, 20 Jul 2024 04:15:05 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3E3032BC016
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jul 2024 04:15:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 35D68335CB9
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jul 2024 04:15:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A861CEA
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jul 2024 04:15:02 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1721448882.62cf959905b7652efa9b9c20144e0ecc137dcbb0.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild
X-VCS-Directories: net-nntp/sabnzbd/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 62cf959905b7652efa9b9c20144e0ecc137dcbb0
X-VCS-Branch: master
Date: Sat, 20 Jul 2024 04:15:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7c213df3-e231-4387-8d36-aefb8b38c1e7
X-Archives-Hash: fc222732c07b14bb16fc559bac3dadde

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