Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912058 - dev-python/apache-libcloud-3.8.0 fails tests: ModuleNotFoundError: No module named OpenSSL
Summary: dev-python/apache-libcloud-3.8.0 fails tests: ModuleNotFoundError: No module ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-08-11 06:47 UTC by Agostino Sarubbo
Modified: 2023-08-11 06:49 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,145.10 KB, application/x-xz)
2023-08-11 06:47 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 2023-08-11 06:47:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/apache-libcloud-3.8.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-11 06:47:09 UTC
Created attachment 867603 [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 2023-08-11 06:47:09 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E           ImportError: Missing "OpenSSL" dependency. You can install it using pip - pip install pyopenssl
E           ModuleNotFoundError: No module named 'OpenSSL'
        except ImportError:
FAILED libcloud/test/loadbalancer/test_nttcis.py::test_ex_insert_ssl_certificate
FAILED libcloud/test/loadbalancer/test_nttcis.py::test_ex_insert_ssl_certificate_FAIL
  requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
  urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Comment 3 Larry the Git Cow gentoo-dev 2023-08-11 06:49:41 UTC
The bug has been closed via the following commit(s):

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

commit 877440b875e772095e413a25ad3e9c239428cb3d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-08-11 06:49:17 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-08-11 06:49:17 +0000

    dev-python/apache-libcloud: Restore dev-python/pyopenssl dep
    
    Closes: https://bugs.gentoo.org/912058
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../{apache-libcloud-3.8.0.ebuild => apache-libcloud-3.8.0-r1.ebuild}    | 1 +
 1 file changed, 1 insertion(+)