Partially switch off tests requiring testscenarios and stestr.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=98
This commit is contained in:
Matej Cepl 2018-10-07 06:35:21 +00:00 committed by Git OBS Bridge
parent eece5f6f09
commit 62ed425ae7
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 7 06:34:26 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Partially switch off tests requiring testscenarios and stestr.
-------------------------------------------------------------------
Fri Sep 14 21:18:14 UTC 2018 - dmueller@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -50,8 +50,8 @@ 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 testresources >= 2.0.0}
# BuildRequires: %{python_module stestr}
# BuildRequires: %{python_module testresources >= 2.0.0}
BuildRequires: %{python_module testscenarios >= 0.4}
BuildRequires: %{python_module testtools >= 2.2.0}
BuildRequires: %{python_module virtualenv >= 14.0.6}