Bug 2371914

Summary: F43FailsToInstall: python3-fsleyes-widgets
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-fsleyes-widgetsAssignee: Ankur Sinha (FranciscoD) <sanjay.ankur>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, neuro-sig, sanjay.ankur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-06-11 15:59:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2336911    
Bug Blocks: 2322407, 2339435, 2371912    

Description Fedora Fails To Install 2025-06-11 08:10:55 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-fsleyes-widgets) Fails To Install in Fedora 43:

can't install python3-fsleyes-widgets:
  - nothing provides python3.13dist(matplotlib) >= 3.5 needed by python3-fsleyes-widgets-0.15.0-1.fc43.noarch
  - nothing provides python3.13dist(wxpython) >= 3.0.2 needed by python3-fsleyes-widgets-0.15.0-1.fc43.noarch
  - nothing provides python3.13dist(numpy) needed by python3-fsleyes-widgets-0.15.0-1.fc43.noarch
  - nothing provides python(abi) = 3.13 needed by python3-fsleyes-widgets-0.15.0-1.fc43.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-43-x86_64 --config-opts mirrored=False install python3-fsleyes-widgets


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Ben Beasley 2025-06-11 10:56:20 UTC
Still just the one failing test reported in bug 2336911.

=================================== FAILURES ===================================
________________________________ test_fileToUrl ________________________________

    def test_fileToUrl():

        # fname, expected
        testcases = [
            '/home/blah/file.html'
            'file.html',
            './file.html',
            '../file.html',
        ]

        for fname in testcases:
            expect = op.abspath(fname)
            expect = f'file://{expect}'
>           assert webpage.fileToUrl(fname) == expect
E           AssertionError: assert 'file:/home/b...htmlfile.html' == 'file:///home...htmlfile.html'
E
E             - file:///home/blah/file.htmlfile.html
E             ?      --
E             + file:/home/blah/file.htmlfile.html

fsleyes_widgets/tests/test_webpage.py:29: AssertionError
=============================== warnings summary ===============================
[…]
=========================== short test summary info ============================
FAILED fsleyes_widgets/tests/test_webpage.py::test_fileToUrl - AssertionError...
===== 1 failed, 134 passed, 6 deselected, 6 warnings in 234.15s (0:03:54) ======

Comment 2 Karolina Surma 2025-06-11 15:59:14 UTC
Automatically marking as duplicate. Please forgive me if not accurate.

*** This bug has been marked as a duplicate of bug 2336911 ***