Summary: | [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 | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | GURU project <guru-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | Keywords: | TESTFAILURE |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 889058 [details]
build.log
build log and emerge --info
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] |