Bug 2220213
| Summary: | F39FailsToInstall: python3-ezdxf+draw5, python3-ezdxf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-ezdxf | Assignee: | Ben Beasley <code> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | code |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-ezdxf-1.0.3-5.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-10 20:06:56 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: | 2220249 | ||
| Bug Blocks: | 2135404, 2168845, 2220540 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:11:32 UTC
$ fedpkg mockbuild --enablerepo=local Error: Problem: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-geomdl-5.3.1-16.fc39.x86_64 from fedora No longer blocked by python-geomdl. Now there are some test regressions, which I have reported upstream and plan to skip for now: ============================ short test summary info ============================ FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_chord_length_t_array[fit_points1] - assert 0.9999999999999999 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_centripetal_length_t_array[fit_points1] - assert 1.0000000000000002 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_arc_length_t_array[fit_points1] - assert 0.9999999999999999 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_bspline_interpolation[fit_points1] - ValueError: Parametrization vector t has to be normalized. FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_bspline_interpolation_first_derivatives[fit_points1] - AssertionError FAILED tests/test_07_render/test_707_trace.py::test_add_spline_segment - ValueError: Parametrization vector t has to be normalized. FAILED tests/test_08_addons/test_811_drawing_frontend.py::test_basic_spline - ValueError: Parametrization vector t has to be normalized. ============ 7 failed, 6231 passed, 11 skipped, 8 warnings in 8.61s ============= These test regressions appear to represent small numerical errors in vectors that are supposed to be unit vectors with exactly 0.0 and 1.0 components. In general, some quantization error is inevitable in the norm of unit vectors, but maybe this special case needs exact values. Presumably upstream will know whether to loosen the test or fix the implementation. Regardless, only a few tests out of thousands fail, and they fail in a “small” way. FEDORA-2023-836eae9c8a has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-836eae9c8a FEDORA-2023-836eae9c8a has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |