Bug 2389364 - pydot: FTBFS in Fedora 43 and Rawhide: TestGraphAPI.test_quoting: AssertionError: False != True
Summary: pydot: FTBFS in Fedora 43 and Rawhide: TestGraphAPI.test_quoting: AssertionE...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pydot
Version: 43
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: F43FTBFS PYC3.14rc3 F44FTBFS, RAWHIDEFTBFS
TreeView+ depends on / blocked
 
Reported: 2025-08-19 10:20 UTC by Karolina Surma
Modified: 2025-09-24 00:19 UTC (History)
3 users (show)

Fixed In Version: pydot-4.0.1-1.fc43
Clone Of:
Environment:
Last Closed: 2025-09-24 00:19:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2025-08-19 10:20:37 UTC
Description of problem:
Package pydot fails to build from source in Fedora 43 and Rawhide.

Version-Release number of selected component (if applicable):
3.0.1-4.fc43

Steps to Reproduce:
koji build --scratch f44 pydot-3.0.1-4.fc43.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/pydot

Results:

__________________________ TestGraphAPI.test_quoting ___________________________
[gw4] linux -- Python 3.14.0 /usr/bin/python3
self = <test.test_pydot.TestGraphAPI testMethod=test_quoting>
    def test_quoting(self):
        g = pydot.Dot()
        g.add_node(pydot.Node("test", label=string.printable))
        data = g.create(format="jpe")
>       self.assertEqual(len(data) > 0, True)
E       AssertionError: False != True
test/test_pydot.py:374: AssertionError
=========================== short test summary info ============================
FAILED test/test_pydot.py::TestGraphAPI::test_quoting - AssertionError: False...
======================== 1 failed, 240 passed in 8.83s =========================

Comment 1 Miro Hrončok 2025-08-26 11:08:43 UTC
Hello. This is a bulk comment.

This package still needs to be rebuilt and/or shipped with Python 3.14.0rc2+ bytecode in Fedora 43.

The Beta Freeze of Fedora 43 is scheduled to start today. Please prioritize this bugzilla accordingly.

Thanks.

Comment 2 Fedora Update System 2025-09-15 19:48:51 UTC
FEDORA-2025-2e5f628888 (pydot-4.0.1-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-2e5f628888

Comment 3 Fedora Update System 2025-09-16 14:57:12 UTC
FEDORA-2025-2e5f628888 has been pushed to the Fedora 43 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2e5f628888`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2e5f628888

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Tom "spot" Callaway 2025-09-18 15:58:17 UTC
Clearing needinfo.

Comment 5 Fedora Update System 2025-09-24 00:19:38 UTC
FEDORA-2025-2e5f628888 (pydot-4.0.1-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.