From 79969e5e24662c9e2a3e85e2f00ae8ed84f70ce49c59e2ba6f83e1a855014e46 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 7 Oct 2018 06:43:57 +0000 Subject: [PATCH] Revert previous commit. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=100 --- python-pbr.changes | 5 +++++ python-pbr.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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}