diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-24 15:48:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-24 15:48:46 +0200 |
commit | a96999c785f8a2ca9309034e67e3b0fb6d846923 (patch) | |
tree | 7bd61bd6c6f858e5986b81650bfc9b9f8dcc95ae /net-nntp | |
parent | dev-python/coverage: Stabilize 7.6.1 arm64, #938385 (diff) | |
download | gentoo-a96999c785f8a2ca9309034e67e3b0fb6d846923.tar.gz gentoo-a96999c785f8a2ca9309034e67e3b0fb6d846923.tar.bz2 gentoo-a96999c785f8a2ca9309034e67e3b0fb6d846923.zip |
net-nntp/sabnzbd: Deselect test failing w/ cryptography-43
Bug: https://bugs.gentoo.org/938453
Signed-off-by: Michał Górny <mgorny@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 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 |