Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930653 - dev-python/hishel-0.0.26 fails tests: FAILED test_storages.py::test_redisstorage[asyncio] - ModuleNotFoundError: No module named redis
Summary: dev-python/hishel-0.0.26 fails tests: FAILED test_storages.py::test_redisstor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-25 06:41 UTC by Agostino Sarubbo
Modified: 2024-04-25 10:37 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,94.06 KB, text/plain)
2024-04-25 06:41 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 2024-04-25 06:41:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/hishel-0.0.26 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-25 06:41:11 UTC
Created attachment 891678 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-25 06:41:11 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       ModuleNotFoundError: No module named 'redis'
E           RuntimeError: The `AsyncRedisStorage` was used, but the required packages were not found. Check that you have `Hishel` installed with the `redis` extension as shown.
E           RuntimeError: The `RedisStorage` was used, but the required packages were not found. Check that you have `Hishel` installed with the `redis` extension as shown.
FAILED tests/_async/test_storages.py::test_redisstorage[asyncio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_async/test_storages.py::test_redisstorage_expired[asyncio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_async/test_storages.py::test_redis_ttl_after_hits[asyncio] - RuntimeError: The `AsyncRedisStorage` was used, but the required packages w...
FAILED tests/_sync/test_storages.py::test_redisstorage[asyncio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_sync/test_storages.py::test_redisstorage_expired[asyncio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_sync/test_storages.py::test_redisstorage_expired[trio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_sync/test_storages.py::test_redisstorage[trio] - ModuleNotFoundError: No module named 'redis'
FAILED tests/_sync/test_storages.py::test_redis_ttl_after_hits[asyncio] - RuntimeError: The `RedisStorage` was used, but the required packages were n...
FAILED tests/_sync/test_storages.py::test_redis_ttl_after_hits[trio] - RuntimeError: The `RedisStorage` was used, but the required packages were n...
tests/_async/test_pool.py::test_pool_stale_response_with_connecterror[asyncio] PASSED [ 18/204]
tests/_async/test_pool.py::test_pool_stale_response_with_connecterror[trio] PASSED [ 28/204]
tests/_async/test_storages.py::test_redisstorage[asyncio] FAILED      [ 41/204]
tests/_async/test_storages.py::test_redisstorage_expired[asyncio] FAILED [ 45/204]
tests/_async/test_storages.py::test_redis_ttl_after_hits[asyncio] FAILED [ 46/204]
tests/_async/test_transport.py::test_transport_stale_response_with_connecterror[asyncio] PASSED [ 52/204]
tests/_async/test_transport.py::test_transport_stale_response_with_connecterror[trio] PASSED [ 62/204]
tests/_sync/test_storages.py::test_redisstorage[asyncio] FAILED       [ 87/204]
tests/_sync/test_storages.py::test_redisstorage_expired[asyncio] FAILED [ 91/204]
tests/_sync/test_storages.py::test_redisstorage_expired[trio] FAILED  [101/204]
tests/_sync/test_storages.py::test_redisstorage[trio] FAILED          [ 97/204]
tests/_sync/test_storages.py::test_redis_ttl_after_hits[asyncio] FAILED [ 92/204]
tests/_sync/test_storages.py::test_redis_ttl_after_hits[trio] FAILED  [102/204]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-25 10:37:04 UTC
The bug has been closed via the following commit(s):

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

commit 21db41ab8b12c423ddf0861554b2a22345241bd8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-25 10:36:25 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-25 10:37:01 +0000

    dev-python/hishel: Add missing test-dep on dev-python/redis
    
    Closes: https://bugs.gentoo.org/930653
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/hishel/hishel-0.0.26.ebuild | 1 +
 1 file changed, 1 insertion(+)