Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931989 - dev-python/a2wsgi-1.10.4 fails tests: FAILED test_wsgi.py::test_wsgi_get - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped
Summary: dev-python/a2wsgi-1.10.4 fails tests: FAILED test_wsgi.py::test_wsgi_get - py...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-05-16 08:02 UTC by Agostino Sarubbo
Modified: 2024-05-16 12:09 UTC (History)
0 users

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


Attachments
build.log (build.log,121.94 KB, text/plain)
2024-05-16 08:02 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-05-16 08:02:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/a2wsgi-1.10.4 fails tests.
Discovered on: amd64 (internal ref: python3-13_tinderbox)
System: PYTHON-3.13-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GLIBC-2.39)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-16 08:02:35 UTC
Created attachment 893047 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-16 08:02:36 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED tests/test_wsgi.py::test_build_environ - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
FAILED tests/test_wsgi.py::test_build_environ_with_env - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
FAILED tests/test_wsgi.py::test_wsgi_exc_info - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
FAILED tests/test_wsgi.py::test_wsgi_exception - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
FAILED tests/test_wsgi.py::test_wsgi_get - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
FAILED tests/test_wsgi.py::test_wsgi_post - pytest.PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped.
tests/test_wsgi.py::test_build_environ FAILED                           [14/15]
tests/test_wsgi.py::test_build_environ_with_env FAILED                  [15/15]
tests/test_wsgi.py::test_wsgi_exc_info FAILED                           [13/15]
tests/test_wsgi.py::test_wsgi_exception FAILED                          [12/15]
tests/test_wsgi.py::test_wsgi_get FAILED                                [10/15]
tests/test_wsgi.py::test_wsgi_post FAILED                               [11/15]
Comment 3 Larry the Git Cow gentoo-dev 2024-05-16 12:09:38 UTC
The bug has been closed via the following commit(s):

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

commit ca4027c0398f64391c107284b206727213a58c14
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-05-16 12:08:46 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-05-16 12:08:46 +0000

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

 dev-python/a2wsgi/a2wsgi-1.10.4.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)