Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928261 - [guru] dev-python/pytest-relaxed-2.0.1 fails tests: FAILED foo.py::Outer::inner::actual_nested_test - AttributeError: inner obj..
Summary: [guru] dev-python/pytest-relaxed-2.0.1 fails tests: FAILED foo.py::Outer::inn...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gasc Henri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-30 18:44 UTC by Agostino Sarubbo
Modified: 2024-04-12 16:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,80.84 KB, text/plain)
2024-03-30 18:44 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-30 18:44:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-relaxed-2.0.1 fails tests.
Discovered on: amd64 (internal ref: guru_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-03-30 18:44:30 UTC
Created attachment 889065 [details]
build.log

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


E        +    where <RunResult ret=ExitCode.TESTS_FAILED len(stdout.lines)=21 len(stderr.lines)=0 duration=0.06s> = <bound method Testdir.runpytest of <Testdir local('/var/tmp/portage/dev-python/pytest-relaxed-2.0.1/temp/pytest-of-portage/pytest-0/test_setup_given_inner_class_instances_when_inherited0')>>()
E        +  where <ExitCode.TESTS_FAILED: 1> = <RunResult ret=ExitCode.TESTS_FAILED len(stdout.lines)=21 len(stderr.lines)=0 duration=0.06s>.ret
E       AssertionError: assert <ExitCode.TESTS_FAILED: 1> is <ExitCode.OK: 0>
E       AttributeError: 'inner' object has no attribute 'some_attr'
FAILED foo.py::Outer::inner::actual_nested_test - AttributeError: 'inner' obj...
FAILED tests/test_collection.py::TestRelaxedMixin::test_setup_given_inner_class_instances_when_inherited - AssertionError: assert <ExitCode.TESTS_FAILED: 1> is <ExitCode.OK: 0>
Comment 3 Gasc Henri 2024-04-12 16:23:11 UTC
From what I can see, I closed without seeing it with b332fb02