Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928130 - dev-python/respx-0.21.1 fails tests: AssertionError: assert 0 == 2
Summary: dev-python/respx-0.21.1 fails tests: AssertionError: assert 0 == 2
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: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-29 15:32 UTC by Agostino Sarubbo
Modified: 2024-03-29 19:13 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,108.03 KB, text/plain)
2024-03-29 15:32 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-03-29 15:32:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/respx-0.21.1 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-03-29 15:32:55 UTC
Created attachment 889013 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-29 15:32:56 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       AssertionError: assert 0 == 2
FAILED tests/test_mock.py::test_leakage - AssertionError: assert 0 == 2
tests/test_mock.py::test_leakage FAILED                               [100/321]
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-29 15:59:26 UTC
I think it's a missing dev-python/pytest-asyncio dep.
Comment 4 Larry the Git Cow gentoo-dev 2024-03-29 19:13:02 UTC
The bug has been closed via the following commit(s):

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

commit 873dd5c5c64af6d57f114b0bcddc0e921e189268
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2024-03-29 16:15:34 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-03-29 19:05:51 +0000

    dev-python/respx: include missing pytest-asyncio dep for tests
    
    Closes: https://bugs.gentoo.org/928130
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35989
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/respx/respx-0.21.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)