Matej Cepl 2018-10-07 06:43:57 +00:00 committed by Git OBS Bridge
parent 2e855cc977
commit 79969e5e24
2 changed files with 7 additions and 3 deletions

View File

@ -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 <mcepl@suse.com>

View File

@ -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}