From 62ed425ae7683109fd4c7d3ba214937235b6e3975467f5e88de9b48dcf77a0a3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 7 Oct 2018 06:35:21 +0000 Subject: [PATCH] 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 --- python-pbr.changes | 5 +++++ python-pbr.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-pbr.changes b/python-pbr.changes index 19e9301..f849d39 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 7 06:34:26 UTC 2018 - Matěj Cepl + +- Partially switch off tests requiring testscenarios and stestr. + ------------------------------------------------------------------- Fri Sep 14 21:18:14 UTC 2018 - dmueller@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 2d77313..1d90f4e 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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}