Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928254 - [guru] dev-python/graphene-3.2.2 fails tests: FAILED test_custom_global_id.py::TestUUIDGlobalID::test_str_schema_correct - AttributeError: TestUUIDGlobalID object has no attribute schema
Summary: [guru] dev-python/graphene-3.2.2 fails tests: FAILED test_custom_global_id.py...
Status: CONFIRMED
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-03-30 18:39 UTC (History)
0 users

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


Attachments
build.log (build.log,240.30 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:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/graphene-3.2.2 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:20 UTC
Created attachment 889058 [details]
build.log

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


E       AttributeError: 'TestCustomGlobalID' object has no attribute 'graphql_schema'
E       AttributeError: 'TestCustomGlobalID' object has no attribute 'schema'
E       AttributeError: 'TestSimpleGlobalID' object has no attribute 'graphql_schema'
E       AttributeError: 'TestSimpleGlobalID' object has no attribute 'schema'
E       AttributeError: 'TestUUIDGlobalID' object has no attribute 'graphql_schema'
E       AttributeError: 'TestUUIDGlobalID' object has no attribute 'schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestCustomGlobalID::test_get_by_id - AttributeError: 'TestCustomGlobalID' object has no attribute 'graphql_schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestCustomGlobalID::test_str_schema_correct - AttributeError: 'TestCustomGlobalID' object has no attribute 'schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestIncompleteCustomGlobalID::test_must_define_to_global_id - assert not [GraphQLError("'TestIncompleteCustomGlobalID' object has no attr...
FAILED graphene/relay/tests/test_custom_global_id.py::TestSimpleGlobalID::test_get_by_id - AttributeError: 'TestSimpleGlobalID' object has no attribute 'graphql_schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestSimpleGlobalID::test_str_schema_correct - AttributeError: 'TestSimpleGlobalID' object has no attribute 'schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestUUIDGlobalID::test_get_by_id - AttributeError: 'TestUUIDGlobalID' object has no attribute 'graphql_schema'
FAILED graphene/relay/tests/test_custom_global_id.py::TestUUIDGlobalID::test_str_schema_correct - AttributeError: 'TestUUIDGlobalID' object has no attribute 'schema'
graphene/relay/tests/test_custom_global_id.py::TestCustomGlobalID::test_get_by_id FAILED [ 62/455]
graphene/relay/tests/test_custom_global_id.py::TestCustomGlobalID::test_str_schema_correct FAILED [ 61/455]
graphene/relay/tests/test_custom_global_id.py::TestIncompleteCustomGlobalID::test_must_define_to_global_id FAILED [ 63/455]
graphene/relay/tests/test_custom_global_id.py::TestSimpleGlobalID::test_get_by_id FAILED [ 60/455]
graphene/relay/tests/test_custom_global_id.py::TestSimpleGlobalID::test_str_schema_correct FAILED [ 59/455]
graphene/relay/tests/test_custom_global_id.py::TestUUIDGlobalID::test_get_by_id FAILED [ 58/455]
graphene/relay/tests/test_custom_global_id.py::TestUUIDGlobalID::test_str_schema_correct FAILED [ 57/455]