Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912195 - dev-python/vcrpy-5.1.0 fails tests (GLIBC-2.38-SYSTEM)
Summary: dev-python/vcrpy-5.1.0 fails tests (GLIBC-2.38-SYSTEM)
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-12 20:27 UTC by Agostino Sarubbo
Modified: 2023-10-22 08:50 UTC (History)
0 users

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


Attachments
build.log (build.log,149.41 KB, text/plain)
2023-08-12 20:27 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-12 20:27:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/vcrpy-5.1.0 fails tests (GLIBC-2.38-SYSTEM).
Discovered on: amd64 (internal ref: glibc2.38_tinderbox)

NOTE:
(GLIBC-2.38-SYSTEM) in the summary means that the bug was found on a machine that runs glibc-2.38 but this bug MAY or MAY NOT BE related to the new libc version
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-12 20:27:52 UTC
Created attachment 867741 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-12 20:27:52 UTC
Error(s) that match a know pattern:


1 - ('similar request').
2 - ('similar request 2').
failed : query
failed : query 2
FAILED tests/integration/test_basic.py::test_basic_json_use - assert b'diffic...
FAILED tests/integration/test_register_persister.py::test_load_cassette_with_custom_persister
Matchers failed :
Matchers succeeded : ['method']
] PASSED [177/304]
query - assertion failure :
SKIPPED [1] tests/integration/test_aiohttp.py:10: could not import 'aiohttp': No module named 'aiohttp'
SKIPPED [1] tests/integration/test_boto3.py:7: could not import 'boto3': No module named 'boto3'
SKIPPED [1] tests/integration/test_boto.py:7: could not import 'boto': No module named 'boto'
SKIPPED [1] tests/integration/test_httpx.py:8: could not import 'httpx': No module named 'httpx'
SKIPPED [1] tests/integration/test_tornado.py:11: could not import 'tornado': No module named 'tornado'
tests/unit/test_errors.py::test_CannotOverwriteExistingCassetteException_get_message[most_matches3-Found 2 similar requests with 1 different matcher(s) :
Comment 3 Larry the Git Cow gentoo-dev 2023-10-22 08:50:07 UTC
The bug has been closed via the following commit(s):

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

commit cad319b71be04dbcca31b448392e7e226602157d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-10-22 08:44:28 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-10-22 08:49:58 +0000

    dev-python/vcrpy: Enabe py3.12, fix tests
    
    Closes: https://bugs.gentoo.org/912195
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/vcrpy/files/vcrpy-5.1.0-py312.patch | 35 ++++++++++++++++++++++++++
 dev-python/vcrpy/vcrpy-5.1.0.ebuild            | 10 +++++++-
 2 files changed, 44 insertions(+), 1 deletion(-)