14
0

- 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
This commit is contained in:
2022-07-20 22:43:00 +00:00
committed by Git OBS Bridge
parent 1ebbeb1c81
commit 02430fceed
2 changed files with 8 additions and 2 deletions

View File

@@ -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