Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928255 - [guru] dev-python/marshmallow_enum-1.5.1 fails tests: FAILED test_enum_field.py::TestEnumFieldByName::test_serialize_enum - AttributeError: TestEnumFieldByName object has no attribute field
Summary: [guru] dev-python/marshmallow_enum-1.5.1 fails tests: FAILED test_enum_field....
Status: RESOLVED PKGREMOVED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-30 18:39 UTC by Agostino Sarubbo
Modified: 2024-06-15 19:43 UTC (History)
2 users (show)

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


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

Issue: dev-python/marshmallow_enum-1.5.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:39:24 UTC
Created attachment 889059 [details]
build.log

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


E           AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
E       AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
FAILED tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_enum - AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
FAILED tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_none - AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
FAILED tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_nonexistent_member - AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
FAILED tests/test_enum_field.py::TestEnumFieldByName::test_serialize_enum - AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
FAILED tests/test_enum_field.py::TestEnumFieldByName::test_serialize_none - AttributeError: 'TestEnumFieldByName' object has no attribute 'field'
tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_enum FAILED [ 3/41]
tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_none FAILED [ 4/41]
tests/test_enum_field.py::TestEnumFieldByName::test_deserialize_nonexistent_member FAILED [ 5/41]
tests/test_enum_field.py::TestEnumFieldByName::test_serialize_enum FAILED [ 1/41]
tests/test_enum_field.py::TestEnumFieldByName::test_serialize_none FAILED [ 2/41]
Comment 3 Larry the Git Cow gentoo-dev 2024-06-15 19:41:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e45a3fb440389da1f0d0b6029748b00ec4823ef2

commit e45a3fb440389da1f0d0b6029748b00ec4823ef2
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2024-06-15 19:35:02 +0000
Commit:     Julien Roy <julien@jroy.ca>
CommitDate: 2024-06-15 19:35:02 +0000

    dev-python/marshmallow_enum: treeclean
    
    Bug: https://bugs.gentoo.org/931379
    Bug: https://bugs.gentoo.org/921799
    Bug: https://bugs.gentoo.org/928255
    Signed-off-by: Julien Roy <julien@jroy.ca>

 dev-python/marshmallow_enum/Manifest               |  1 -
 .../marshmallow_enum/marshmallow_enum-1.5.1.ebuild | 28 ----------------------
 dev-python/marshmallow_enum/metadata.xml           |  8 -------
 3 files changed, 37 deletions(-)