diff --git a/python-stestr.spec b/python-stestr.spec index ed28a71..602018a 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -162,7 +162,8 @@ export PATH=%{buildroot}/%{_bindir}:$PATH %{__python2} setup.py test || : %if %{with python3} rm -fr .stestr -# %{__python3} setup.py test +# subunit2sql is not available, so 3 test are failing here as well +%{__python3} setup.py test || : %endif %files -n python2-%{pypi_name}