Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930183 - dev-python/aiosignal-1.3.1 fails tests: FAILED test_signals.py::test_add_signal_handler_not_a_callable - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel..
Summary: dev-python/aiosignal-1.3.1 fails tests: FAILED test_signals.py::test_add_sign...
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: 2024-04-18 06:20 UTC by Agostino Sarubbo
Modified: 2024-04-22 07:38 UTC (History)
0 users

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


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

Issue: dev-python/aiosignal-1.3.1 fails tests.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

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

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


ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED tests/test_signals.py::test_add_signal_handler_not_a_callable - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel...
FAILED tests/test_signals.py::test_cannot_send_non_frozen_signal - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel...
FAILED tests/test_signals.py::test_function_signal_dispatch_args_kwargs - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel...
FAILED tests/test_signals.py::test_function_signal_dispatch_kwargs - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel...
FAILED tests/test_signals.py::test_non_coroutine - pytest.PytestUnhandledCoroutineWarning: async def functions are not nativel...
tests/test_signals.py::test_add_signal_handler_not_a_callable FAILED    [ 1/11]
tests/test_signals.py::test_cannot_send_non_frozen_signal FAILED        [10/11]
tests/test_signals.py::test_function_signal_dispatch_args_kwargs FAILED [ 3/11]
tests/test_signals.py::test_function_signal_dispatch_kwargs FAILED      [ 2/11]
tests/test_signals.py::test_non_coroutine FAILED                        [ 4/11]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-18 15:45:46 UTC
The bug has been closed via the following commit(s):

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

commit c3606196677e830726b722dce39edf0f365dda4c
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-18 13:49:40 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-18 15:45:39 +0000

    dev-python/aiosignal: Add missing dev-python/pytest-asyncio dep
    
    Closes: https://bugs.gentoo.org/930183
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/aiosignal/aiosignal-1.3.1.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)