Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829433 - dev-python/python-socks-2.0.1 fails tests: ModuleNotFoundError: No module named trio
Summary: dev-python/python-socks-2.0.1 fails tests: ModuleNotFoundError: No module nam...
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:
Depends on:
Blocks:
 
Reported: 2021-12-17 10:58 UTC by Agostino Sarubbo
Modified: 2021-12-17 11:19 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,388.09 KB, text/plain)
2021-12-17 10:58 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-12-17 10:58:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

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

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-17 10:58:22 UTC
Created attachment 759395 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-17 10:58:22 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E           KeyError: 'anyio._backends._trio'
E   ModuleNotFoundError: No module named 'trio'
SKIPPED [1] tests/test_proxy_async_anyio.py:33: could not import 'anyio': No module named 'anyio'
SKIPPED [1] tests/test_proxy_async_curio.py:28: could not import 'curio': No module named 'curio'
SKIPPED [1] tests/test_proxy_async_trio.py:29: could not import 'trio': No module named 'trio'
SKIPPED [1] tests/test_proxy_async_trio_v2.py:31: could not import 'trio': No module named 'trio'
SKIPPED [1] tests/test_resolvers.py:84: could not import 'curio': No module named 'curio'
Comment 3 Larry the Git Cow gentoo-dev 2021-12-17 11:19:32 UTC
The bug has been closed via the following commit(s):

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

commit 0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-12-17 11:18:51 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-12-17 11:18:51 +0000

    dev-python/python-socks: Add a test dep on trio
    
    Closes: https://bugs.gentoo.org/829433
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/python-socks/python-socks-2.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)