diff --git a/python-svgpathtools.changes b/python-svgpathtools.changes index 9f74d48..f965bf1 100644 --- a/python-svgpathtools.changes +++ b/python-svgpathtools.changes @@ -4,6 +4,9 @@ Wed Jul 20 22:11:58 UTC 2022 - Mia Herkt - Update to 1.5.1 * Fix float rounding error in elliptic arc radius check (#gh/mathandy/svgpathtools#171) +- Disable test suite because it can only work on specific CPU + (micro-)architectures. + (#gh/mathandy/svgpathtools#183) ------------------------------------------------------------------- Wed Jun 15 15:57:45 UTC 2022 - Mia Herkt diff --git a/python-svgpathtools.spec b/python-svgpathtools.spec index 8a9d406..b8d7212 100644 --- a/python-svgpathtools.spec +++ b/python-svgpathtools.spec @@ -53,8 +53,11 @@ analyzing SVG Path objects and Bézier curves. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%pytest +# test suite uses hashes that only match on some CPUs +# due to float math +# https://github.com/mathandy/svgpathtools/issues/183 +# %%check +# %%pytest %files %{python_files} %license LICENSE.txt LICENSE2.txt