From 523520afa2c83d6db24fb5bb2b92a23be3a3e214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 2 Oct 2020 11:47:24 +0200 Subject: [PATCH] Run all tests, the manylinux tests were fixed upstream --- python-packaging.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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}