Run all tests, the manylinux tests were fixed upstream

This commit is contained in:
Miro Hrončok 2020-10-02 11:47:24 +02:00
parent 7bd7dc0175
commit 523520afa2

View File

@ -90,11 +90,7 @@ rm -rf html/_static/fonts/
%if %{with tests} %if %{with tests}
%check %check
# Ignore test_linux_platforms_manylinux* tests because they seems to be arch-dependant %{__python3} -m pytest tests/
# GH: https://github.com/pypa/packaging/issues/254
%{__python3} -m pytest -k \
'not test_linux_platforms_manylinux1 and not test_linux_platforms_manylinux2010 and not test_linux_platforms_manylinux2014' \
tests/
%endif %endif
%files -n python%{python3_pkgversion}-%{pypi_name} %files -n python%{python3_pkgversion}-%{pypi_name}