Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887937 - dev-python/execnet-1.9.0-r1 fails tests (DASH-SYSTEM): AttributeError: module py has no attribute test
Summary: dev-python/execnet-1.9.0-r1 fails tests (DASH-SYSTEM): AttributeError: module...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-22 10:38 UTC by Agostino Sarubbo
Modified: 2022-12-23 11:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,118.57 KB, text/plain)
2022-12-22 10:38 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-12-22 10:38:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/execnet-1.9.0-r1 fails tests (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-22 10:38:39 UTC
Created attachment 844701 [details]
build.log

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


E   AttributeError: module 'py' has no attribute 'test'
ERROR testing/test_channel.py - AttributeError: module 'py' has no attribute ...
ERROR testing/test_gateway.py - AttributeError: module 'py' has no attribute ...
ERROR testing/test_rsync.py - AttributeError: module 'py' has no attribute 't...
ERROR testing/test_serializer.py - AttributeError: module 'py' has no attribu...
ERROR testing/test_termination.py - AttributeError: module 'py' has no attrib...
ERROR testing/test_threadpool.py - AttributeError: module 'py' has no attribu...
Comment 3 Larry the Git Cow gentoo-dev 2022-12-23 11:36:18 UTC
The bug has been closed via the following commit(s):

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

commit 73d14a4a018149b161cc1f1015666a43bcda8bf9
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-12-23 11:35:58 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-12-23 11:35:58 +0000

    dev-python/execnet: Fix tests with pytest-7.2
    
    Closes: https://bugs.gentoo.org/887937
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/execnet/Manifest                |  1 +
 dev-python/execnet/execnet-1.9.0-r1.ebuild | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)