Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836999 - dev-python/slixmpp-1.8.2 fails tests
Summary: dev-python/slixmpp-1.8.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-07 06:30 UTC by Agostino Sarubbo
Modified: 2022-04-07 07:53 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,40.84 KB, application/x-xz)
2022-04-07 06:30 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-04-07 06:30:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/slixmpp-1.8.2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-07 06:30:10 UTC
Created attachment 769142 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-07 06:30:11 UTC
Error(s) that match a know pattern:


FAILED (errors=2, skipped=22)
ImportError: Failed to import test module: slixmpp.plugins.xep_0454
ImportError: Failed to import test module: tests.test_xep_0454
ModuleNotFoundError: No module named 'cryptography'
slixmpp.exceptions.IqError: <iq id="1" to="foo@example.com" type="error">
slixmpp.exceptions.IqError: <iq type="error" from="you@google.com" to="tester@localhost" id="1">
ValueError: Did something wrong
Comment 3 Larry the Git Cow gentoo-dev 2022-04-07 07:53:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af45066ed708391a609422b8df0f3d40cbe93146

commit af45066ed708391a609422b8df0f3d40cbe93146
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-04-07 07:51:31 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-04-07 07:51:36 +0000

    dev-python/slixmpp: Add missing cryptography dep
    
    The cryptography dep is optional at runtime but since we're already
    depending unconditionally on other optional deps, let's make it
    unconditional as well.
    
    Closes: https://bugs.gentoo.org/836999
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/slixmpp/slixmpp-1.8.2.ebuild | 1 +
 dev-python/slixmpp/slixmpp-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)