commit: a96999c785f8a2ca9309034e67e3b0fb6d846923 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 13:48:46 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 13:48:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96999c7
net-nntp/sabnzbd: Deselect test failing w/ cryptography-43 Bug: https://bugs.gentoo.org/938453 Signed-off-by: Michał Górny <mgorny <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 f1cebec164bd..109c2151554f 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild @@ -116,6 +116,8 @@ src_test() { 'tests/test_functional_sorting.py::TestDownloadSorting' # Bug https://bugs.gentoo.org/934331 fixed in 4.3.3. 'tests/test_sorting.py::TestSortingSorter' + # cryptography-43, https://bugs.gentoo.org/938453 + 'tests/test_utils/test_cert_gen.py::TestCertGen::test_generate_key_custom[512-test_key.pem]' ) # The test suite is prone to being broken by random plugins that happen
