Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928484 - dev-python/openpyxl-3.1.2 fails tests: FAILED test_drawing.py::TestDrawing::test_ctor - AttributeError: TestDrawing object has no attribute drawing
Summary: dev-python/openpyxl-3.1.2 fails tests: FAILED test_drawing.py::TestDrawing::t...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-03 07:22 UTC by Agostino Sarubbo
Modified: 2024-04-03 07:22 UTC (History)
0 users

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


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

Issue: dev-python/openpyxl-3.1.2 fails tests.
Discovered on: amd64 (internal ref: gcc14_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-04-03 07:22:25 UTC
Created attachment 889311 [details]
build.log

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


E               TypeError: <class 'openpyxl.drawing.connector.ConnectorShape'>.nvCxnSpPr should be <class 'openpyxl.drawing.connector.ConnectorNonVisual'> but value is <class 'NoneType'>
E               TypeError: <class 'openpyxl.drawing.graphic.GroupShape'>.nvGrpSpPr should be <class 'openpyxl.drawing.properties.NonVisualGroupShape'> but value is <class 'NoneType'>
E       AssertionError: Expected:
E       AssertionError: assert datetime.timedelta(days=1, seconds=10800) == 1.125
E       AttributeError: 'CustomPropertyList' object has no attribute 'add'
E       AttributeError: 'TestDrawing' object has no attribute 'drawing'
E       FileNotFoundError: [Errno 2] No such file or directory: 'table_with_conditional.xml'
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_absolute_anchor - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_ctor - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_height - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_onecell_anchor - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_proportional_height - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_proportional_width - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_set_dimension - AttributeError: 'TestDrawing' object has no attribute 'drawing'
FAILED openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_width - AttributeError: 'TestDrawing' object has no attribute 'drawing'
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_absolute_anchor FAILED [ 564/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_ctor FAILED [ 558/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_height FAILED [ 561/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_onecell_anchor FAILED [ 565/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_proportional_height FAILED [ 562/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_proportional_width FAILED [ 560/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_set_dimension FAILED [ 563/2513]
openpyxl/drawing/tests/test_drawing.py::TestDrawing::test_width FAILED [ 559/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_brackets_error[[un[finished business]-0] PASSED [ 803/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_brackets_error[[unfinished business-0] PASSED [ 801/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_brackets_error[un[finished [business]-2] PASSED [ 804/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_brackets_error[unfinished [business-11] PASSED [ 802/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_closer_error[(a}-2-opener1] PASSED [ 850/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_closer_error[func(a}-6-opener0] PASSED [ 849/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_closer_error[{a,b,c)-6-opener2] PASSED [ 851/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#DIV/0!] PASSED [ 806/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#GETTING_DATA] PASSED [ 812/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#N/A] PASSED [ 811/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#NAME?] PASSED [ 809/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#NULL!] PASSED [ 805/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#NUM!] PASSED [ 810/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#REF!] PASSED [ 808/2513]
openpyxl/formula/tests/test_tokenizer.py::TestTokenizer::test_parse_error[#VALUE!] PASSED [ 807/2513]
openpyxl/pivot/tests/test_fields.py::TestError::test_ctor PASSED    [1146/2513]
openpyxl/pivot/tests/test_fields.py::TestError::test_from_xml PASSED [1147/2513]