From 02430fceed4a114af9a82d6248d5d49b295fae4ec4d28a01cf35e8c2d3a1dd2e Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 20 Jul 2022 22:43:00 +0000 Subject: [PATCH] - Disable test suite because it can only work on specific CPU (micro-)architectures. (#gh/mathandy/svgpathtools#183) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgpathtools?expand=0&rev=13 --- python-svgpathtools.changes | 3 +++ python-svgpathtools.spec | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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