Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 819012 - [guru] dev-python/pysaml2-7.0.1 fails tests
Summary: [guru] dev-python/pysaml2-7.0.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-20 13:57 UTC by Agostino Sarubbo
Modified: 2021-10-25 11:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,167.67 KB, text/plain)
2021-10-20 13:57 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 2021-10-20 13:57:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pysaml2-7.0.1 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-20 13:57:49 UTC
Created attachment 745881 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-20 13:57:50 UTC
Possible context of error(s):

E   ModuleNotFoundError: No module named 'mock'
E   saml2.sigver.SigverError: Cannot find ['xmlsec1']
ERROR tests/test_12_s_utils.py - saml2.sigver.SigverError: Cannot find ['xmls...
ERROR tests/test_20_assertion.py - saml2.sigver.SigverError: Cannot find ['xm...
ERROR tests/test_30_mdstore.py - saml2.sigver.SigverError: Cannot find ['xmls...
ERROR tests/test_30_mdstore_old.py - saml2.sigver.SigverError: Cannot find ['...
ERROR tests/test_31_config.py - saml2.sigver.SigverError: Cannot find ['xmlse...
ERROR tests/test_33_identifier.py - saml2.sigver.SigverError: Cannot find ['x...
ERROR tests/test_39_metadata.py - saml2.sigver.SigverError: Cannot find ['xml...
ERROR tests/test_40_sigver.py - saml2.sigver.SigverError: Cannot find ['xmlse...
ERROR tests/test_42_enc.py - saml2.sigver.SigverError: Cannot find ['xmlsec1']
ERROR tests/test_44_authnresp.py - saml2.sigver.SigverError: Cannot find ['xm...
ERROR tests/test_50_server.py - saml2.sigver.SigverError: Cannot find ['xmlse...
ERROR tests/test_51_client.py - saml2.sigver.SigverError: Cannot find ['xmlse...
ERROR tests/test_63_ecp.py - saml2.sigver.SigverError: Cannot find ['xmlsec1']
ERROR tests/test_69_discovery.py - saml2.sigver.SigverError: Cannot find ['xm...
ERROR tests/test_82_pefim.py - saml2.sigver.SigverError: Cannot find ['xmlsec1']
ERROR tests/test_93_hok.py - saml2.sigver.SigverError: Cannot find ['xmlsec1']
ERROR tests/test_xmlsec1_key_data.py - saml2.sigver.SigverError: Cannot find ...
ERROR tests/test_xsw.py - saml2.sigver.SigverError: Cannot find ['xmlsec1']
Comment 3 Larry the Git Cow gentoo-dev 2021-10-25 11:56:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1765bd4875b9ff5444a1172c59ba25f7a76dffa0

commit 1765bd4875b9ff5444a1172c59ba25f7a76dffa0
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2021-10-20 22:10:24 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2021-10-20 22:30:36 +0000

    dev-python/pysaml2: add mock test dependency
    
    Closes: https://bugs.gentoo.org/819012
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-python/pysaml2/pysaml2-7.0.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)