Bug 2371914
Summary: | F43FailsToInstall: python3-fsleyes-widgets | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-fsleyes-widgets | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | 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
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) ====== Automatically marking as duplicate. Please forgive me if not accurate. *** This bug has been marked as a duplicate of bug 2336911 *** |