From 588cfd189693893fa897801257972d7357e26833 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 19 2018 15:56:22 +0000 Subject: Run the py3 tests as well (fixup for 07f6f96) --- 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}