Bug 2220546
Summary: | F39FailsToInstall: python3-uranium: Uses the imp module | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-uranium | Assignee: | Miro Hrončok <mhroncok> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | g, mhroncok, python-packagers-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-07-09 14:20:18 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: | |||
Bug Blocks: | 2135404, 2168845, 2219967 |
Description
Fedora Fails To Install
2023-07-05 19:22:47 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=2223117 https://koji.fedoraproject.org/koji/taskinfo?taskID=102855698 + /usr/bin/python3 -m pytest -v -k 'not (TestSettingFunction and test_init_bad) and not TestHttpRequestManager' ImportError while loading conftest '/builddir/build/BUILD/Uranium-5.3.0/tests/conftest.py'. tests/conftest.py:8: in <module> from UM.Qt.QtApplication import QtApplication #QTApplication import is required, even though it isn't used. UM/Qt/QtApplication.py:21: in <module> from UM.Backend.Backend import Backend #For typing. UM/Backend/Backend.py:15: in <module> import UM.Application UM/Application.py:10: in <module> from UM.Controller import Controller UM/Controller.py:4: in <module> from UM.Scene.Scene import Scene UM/Scene/Scene.py:12: in <module> from UM.Mesh.ReadMeshJob import ReadMeshJob # To reload a mesh when its file was changed. UM/Mesh/ReadMeshJob.py:8: in <module> from UM.FileHandler.ReadFileJob import ReadFileJob UM/FileHandler/ReadFileJob.py:5: in <module> from UM.FileHandler.FileHandler import FileHandler UM/FileHandler/FileHandler.py:12: in <module> from UM.PluginRegistry import PluginRegistry UM/PluginRegistry.py:4: in <module> import imp E ModuleNotFoundError: No module named 'imp' Next failure: E AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'? FAILED tests/TestBackend.py::test__onSocketStateChanged_listening - Attribute... FAILED tests/TestBackend.py::test_onSocketStateChanged_connected - AttributeE... FAILED tests/Jobs/TestJob.py::test_start - AttributeError: 'called_once_with'... FAILED tests/Jobs/TestJob.py::test_cancel - AttributeError: 'called_once_with... |