forked from pool/python-python-jenkins
Accepting request 879249 from home:mcalabkova:branches:devel:languages:python
- we don't need stestr to run tests * which enables the tests again OBS-URL: https://build.opensuse.org/request/show/879249 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 15 15:45:33 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- we don't need stestr to run tests
|
||||||
|
* which enables the tests again
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 12:14:40 UTC 2020 - pgajdos@suse.com
|
Fri Mar 20 12:14:40 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jenkins
|
# spec file for package python-python-jenkins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -32,7 +32,6 @@ BuildRequires: %{python_module multi_key_dict}
|
|||||||
BuildRequires: %{python_module pbr >= 0.8.2}
|
BuildRequires: %{python_module pbr >= 0.8.2}
|
||||||
BuildRequires: %{python_module requests-mock >= 1.4}
|
BuildRequires: %{python_module requests-mock >= 1.4}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module stestr >= 2.0}
|
|
||||||
BuildRequires: %{python_module testscenarios}
|
BuildRequires: %{python_module testscenarios}
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@@ -64,7 +63,7 @@ API. It currently supports management of:
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec -m stestr.cli run --black-regex 'test_get_view_jobs_raise_HTTPError'
|
%pyunittest tests/*.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Reference in New Issue
Block a user