diff --git a/python-packaging.spec b/python-packaging.spec index f3f8c1c..c55e9a1 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -90,11 +90,7 @@ rm -rf html/_static/fonts/ %if %{with tests} %check -# Ignore test_linux_platforms_manylinux* tests because they seems to be arch-dependant -# 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/ +%{__python3} -m pytest tests/ %endif %files -n python%{python3_pkgversion}-%{pypi_name}