diff --git a/python-pbr.changes b/python-pbr.changes index f849d39..997204d 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 7 08:43:14 CEST 2018 - mcepl@suse.com + +- Revert previous commit. + ------------------------------------------------------------------- Sun Oct 7 06:34:26 UTC 2018 - Matěj Cepl diff --git a/python-pbr.spec b/python-pbr.spec index 888dee6..dd43da6 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -50,7 +50,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module fixtures >= 3.0.0} BuildRequires: %{python_module mock >= 2.0} BuildRequires: %{python_module six >= 1.9.0} -# BuildRequires: %{python_module stestr} +BuildRequires: %{python_module stestr} BuildRequires: %{python_module testresources >= 2.0.0} BuildRequires: %{python_module testscenarios >= 0.4} BuildRequires: %{python_module testtools >= 2.2.0} @@ -92,8 +92,7 @@ chmod -x pbr/tests/testpackage/setup.py %if %{with test} %check -# %%python_exec -m stestr.cli run -%python_exec -m unittest -v discover +%python_exec -m stestr.cli run %endif %if !%{with test}