Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906847 - dev-python/vcrpy-4.2.1 fails tests (MUSL-SYSTEM)
Summary: dev-python/vcrpy-4.2.1 fails tests (MUSL-SYSTEM)
Status: RESOLVED DUPLICATE of bug 906979
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:
Depends on:
Blocks:
 
Reported: 2023-05-20 11:57 UTC by Agostino Sarubbo
Modified: 2023-07-31 12:58 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,268.10 KB, text/plain)
2023-05-20 11: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 2023-05-20 11:57:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/vcrpy-4.2.1 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-20 11:57:49 UTC
Created attachment 862041 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-20 11:57:50 UTC
Error(s) that match a know pattern:


E   AttributeError: module 'urllib3.connectionpool' has no attribute 'VerifiedHTTPSConnection'
ERROR tests/integration/test_basic.py - AttributeError: module 'urllib3.conne...
ERROR tests/integration/test_config.py - AttributeError: module 'urllib3.conn...
ERROR tests/integration/test_disksaver.py - AttributeError: module 'urllib3.c...
ERROR tests/integration/test_filter.py - AttributeError: module 'urllib3.conn...
ERROR tests/integration/test_httplib2.py - AttributeError: module 'urllib3.co...
ERROR tests/integration/test_ignore.py - AttributeError: module 'urllib3.conn...
ERROR tests/integration/test_matchers.py - AttributeError: module 'urllib3.co...
ERROR tests/integration/test_multiple.py - AttributeError: module 'urllib3.co...
ERROR tests/integration/test_proxy.py - AttributeError: module 'urllib3.conne...
ERROR tests/integration/test_record_mode.py - AttributeError: module 'urllib3...
ERROR tests/integration/test_register_matcher.py - AttributeError: module 'ur...
ERROR tests/integration/test_register_persister.py - AttributeError: module '...
ERROR tests/integration/test_register_serializer.py - AttributeError: module ...
ERROR tests/integration/test_request.py - AttributeError: module 'urllib3.con...
ERROR tests/integration/test_requests.py - AttributeError: module 'urllib3.co...
ERROR tests/integration/test_stubs.py - AttributeError: module 'urllib3.conne...
ERROR tests/integration/test_tornado.py - AttributeError: module 'urllib3.con...
ERROR tests/integration/test_urllib2.py - AttributeError: module 'urllib3.con...
ERROR tests/integration/test_urllib3.py - AttributeError: module 'urllib3.con...
ERROR tests/integration/test_wild.py - AttributeError: module 'urllib3.connec...
ERROR tests/unit/test_cassettes.py - AttributeError: module 'urllib3.connecti...
ERROR tests/unit/test_errors.py - AttributeError: module 'urllib3.connectionp...
ERROR tests/unit/test_filters.py - AttributeError: module 'urllib3.connection...
ERROR tests/unit/test_json_serializer.py - AttributeError: module 'urllib3.co...
ERROR tests/unit/test_matchers.py - AttributeError: module 'urllib3.connectio...
ERROR tests/unit/test_migration.py - AttributeError: module 'urllib3.connecti...
ERROR tests/unit/test_persist.py - AttributeError: module 'urllib3.connection...
ERROR tests/unit/test_serialize.py - AttributeError: module 'urllib3.connecti...
ERROR tests/unit/test_stubs.py - AttributeError: module 'urllib3.connectionpo...
ERROR tests/unit/test_vcr.py - AttributeError: module 'urllib3.connectionpool...
SKIPPED [1] tests/integration/test_aiohttp.py:8: could not import 'aiohttp': No module named 'aiohttp'
SKIPPED [1] tests/integration/test_boto.py:3: could not import 'boto': No module named 'boto'
SKIPPED [1] tests/integration/test_boto3.py:4: could not import 'boto3': No module named 'boto3'
SKIPPED [1] tests/integration/test_httpx.py:5: could not import 'httpx': No module named 'httpx'
Comment 3 Sebastian Pipping gentoo-dev 2023-07-31 12:58:12 UTC
I believe that this issue:
- is not specific to MUSL
- is cause by use of urllib3 >=2
- is a duplicate of bug #906979

Closing, please re-open as needed.

*** This bug has been marked as a duplicate of bug 906979 ***