forked from pool/python-svgpathtools
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user