diff options
author | Joe Kappus <joe@wt.gd> | 2024-07-18 01:02:14 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-20 07:14:42 +0300 |
commit | 62cf959905b7652efa9b9c20144e0ecc137dcbb0 (patch) | |
tree | 5ab12dac7baf11cce1ca0b45b9568647fdc8c935 /net-nntp | |
parent | net-nntp/sabnzbd: add 4.3.2 (diff) | |
download | gentoo-62cf959905b7652efa9b9c20144e0ecc137dcbb0.tar.gz gentoo-62cf959905b7652efa9b9c20144e0ecc137dcbb0.tar.bz2 gentoo-62cf959905b7652efa9b9c20144e0ecc137dcbb0.zip |
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@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/36990
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |