Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842153 - dev-python/zeroconf-0.38.5 fails tests
Summary: dev-python/zeroconf-0.38.5 fails tests
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: 2022-05-02 09:51 UTC by Agostino Sarubbo
Modified: 2022-05-02 12:48 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,166.73 KB, text/plain)
2022-05-02 09:51 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 2022-05-02 09:51:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/zeroconf-0.38.5 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-02 09:51:49 UTC
Created attachment 776000 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-02 09:51:50 UTC
Error(s) that match a know pattern:


  AttributeError: 'MyServiceListener' object has no attribute 'update_service'
E       AssertionError: assert [('add', '_http._tcp.local.', 'xxxyyy._http._tcp.local.')] == [('add', '_http._tcp.local.', 'xxxyyy._http._tcp.local.'),
FAILED tests/services/test_browser.py::test_service_browser_expire_callbacks
 ('update', '_http._tcp.local.', 'xxxyyy._http._tcp.local.')]
Comment 3 Larry the Git Cow gentoo-dev 2022-05-02 12:48:24 UTC
The bug has been closed via the following commit(s):

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

commit 7415355d7d6a0f7245ae8d7ff646e1b7b15cc3e2
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-05-02 12:47:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-05-02 12:48:21 +0000

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

 dev-python/zeroconf/zeroconf-0.38.5.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)